home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / terms / kermit / b / ckmker.r < prev    next >
Encoding:
Text File  |  1992-11-22  |  88.3 KB  |  6,068 lines

  1. /* $Id: ckmker.r,v 1.7 91/12/15 23:17:34 rick Exp $
  2.  * $Source: /uw/mackermit/RCS/ckmker.r,v $
  3.  *------------------------------------------------------------------
  4.  * $Log:    ckmker.r,v $
  5. # Revision 1.7  91/12/15  23:17:34  rick
  6. # ut9
  7. # Revision 1.6  91/10/13  13:43:27  rick
  8. # UT(7)
  9. # Revision 1.5  91/10/01  12:16:37  rick
  10. # UT(5)
  11. # Revision 1.4  91/09/25  12:17:12  rick
  12. # Command window in TE. Multiple vt100 windows for command window.
  13. # Revision 1.3  91/09/12  21:50:46  rick
  14. # UT(3). Install on watsun
  15. # Revision 1.2  1991/09/10  22:21:44  rick
  16. # Update to UTexas(2)
  17. #
  18. # Revision 1.1  1991/09/10  19:17:58  rick
  19. # Initial revision
  20. #
  21.  *------------------------------------------------------------------
  22.  * $Endlog$
  23.  */
  24.  
  25. /*
  26.   Copyright (C) 1985, 1992, Trustees of Columbia University in the City of New
  27.   York.  Permission is granted to any individual or institution to use this
  28.   software as long as it is not sold for profit.  This copyright notice must be
  29.   retained.  This software may not be included in commercial products without
  30.   written permission of Columbia University.
  31. */
  32.  
  33. /* Resource file for the MPW Kermit version (Macintosh) */
  34. /* Compile this resource definition with Rez */
  35. /* Created: 10/5/87 Matthias Aebi */
  36. /* Modifications: */
  37. /* 05/22/89 John A. Oberschelp for Emory University -- vt102 printer support */
  38. /*                Emory contact is Peter W. Day, ospwd@emoryu1.cc.emory.edu */ 
  39. /* 02/27/89 PWP: moved all fonts to ckmfnt.r */
  40. /* 03/23/88 PWP: made just about everything preload (because I */
  41. /*             object to swaping disks a lot), and purgable (in */
  42. /*            hope of making this run on a 128k Mac */
  43. /* 12/17/87 PWP: added the new KSET and MSET for Kermit */
  44. /* 11/??/87 Paul Placeway: added MultiFinder support */
  45. /* 10/13/87 Added field for protocol version to "About Kermit"    */
  46. /*            and changed it from DLOG to ALRT. */
  47. /* 10/12/87 Moved KR09 0 declaration to ckmkr2.r to get the */
  48. /*            compilation date on each link operation. */
  49. /* 10/8/87    Changed settings filetype in FREF to KERS; added */
  50. /*            header. Changed "Restore Settings╔" to "Load */
  51. /*            Settings". Removed output port selection from */
  52. /*             Communications dialog. Made packet length fields */
  53. /*            wider (for long packets. Removed blank cursor re- */
  54. /*            source. (M.Aebi) */
  55. /* 10/7/87    Changed version info to October 1987 (M.Aebi) */
  56.  
  57. #include "Types.r"        /* To get system types */
  58. #include "SysTypes.r"    /* get more system types */
  59.  
  60. /* The KR09 0 resource is created separately by ckmkr2.r */
  61.  
  62. /*
  63.  * (PWP) I'm borrowing yet another idea from NCSA Telnet: there are
  64.  * two sets of menus, one with clover marks (1..31) and one without
  65.  * (33..63).  If clover keys are selected, then the marked ones are
  66.  * displayed, and if not, the unmarked ones (thus not confusing people
  67.  * who are running on Pluses and such).
  68.  */
  69.  
  70. resource 'MENU' (1, preload) {
  71.     1,
  72.     textMenuProc,
  73.     0x7FFFFFFD,
  74.     enabled,
  75.     apple,
  76.     {    /* array: 2 elements */
  77.         /* [1] */
  78.         "About Kermit╔", noIcon, noKey, noMark, plain,
  79.         /* [2] */
  80.         "-", noIcon, noKey, noMark, plain
  81.     }
  82. };
  83.  
  84. resource 'MENU' (2) {
  85.     2,
  86.     textMenuProc,
  87.     0x7FFFFFBF,
  88.     enabled,
  89.     "Font",
  90.     {    /* array: 7 elements */
  91.         /* [1] */
  92.         "7 point", noIcon, "", "", plain,
  93.         /* [2] */
  94.         "9", noIcon, "", "", plain,
  95.         /* [3] */
  96.         "10", noIcon, "", "", plain,
  97.         /* [4] */
  98.         "12", noIcon, "", "", plain,
  99.         /* [5] */
  100.         "14", noIcon, "", "", plain,
  101.         /* [6] */
  102.         "18", noIcon, "", "", plain,
  103.         /* [7] */
  104.         "-", noIcon, "", "", plain
  105.     }
  106. };
  107.  
  108. resource 'MENU' (3) {
  109.     3,
  110.     textMenuProc,
  111.     0x7FFFFFFF,
  112.     enabled,
  113.     "File",
  114.     {
  115.         /* [1] */
  116.         "Load Settings╔", noIcon, noKey, noMark, plain,
  117.         /* [2] */
  118.         "Save Settings╔", noIcon, noKey, noMark, plain,
  119.         /* [3] */
  120.         "-", noIcon, noKey, noMark, plain,
  121.         /* [4] */
  122.         "New", noIcon, "N", noMark, plain,
  123.         /* [5] */
  124.         "Open\311", noIcon, "O", noMark, plain,
  125.         /* [6] */
  126.         "Close", noIcon, "W", noMark, plain,
  127.         /* [7] */
  128.         "Save", noIcon, noKey, noMark, plain,
  129.         /* [8] */
  130.         "Save As\311", noIcon, noKey, noMark, plain,
  131.         /* [9] */
  132.         "-", noIcon, noKey, noMark, plain,
  133.         /* [10] */
  134.         "Take Command File╔", noIcon, noKey, noMark, plain,
  135.         /* [11] */
  136.         "Take Command from Window", noIcon, noKey, noMark, plain,
  137.         /* [12] */
  138.         "-", noIcon, noKey, noMark, plain,
  139.         /* [13] */
  140.         "Print\311", noIcon, "P", noMark, plain,
  141.         /* [14] */
  142.         "Print Captured Text╔", noIcon, noKey, noMark, plain,
  143.         /* [15] */
  144.         "Printer Status╔", noIcon, noKey, noMark, plain,
  145.         /* [16] */    
  146.         "Discard Captured Text", noIcon, noKey, noMark, plain,
  147.         /* [17] */
  148.         "Open Captured Text", noIcon, noKey, noMark, plain,
  149.         /* [18] */
  150.         "-", noIcon, noKey, noMark, plain,
  151.         /* [19] */
  152.         "Log", noIcon, hierarchicalMenu, "\t", plain,
  153.         /* [20] */
  154.         "Transfer to App╔", noIcon, "T", noMark, plain,
  155.         /* [21] */
  156.         "Quit", noIcon, "Q", noMark, plain
  157.     }
  158. };
  159.  
  160. resource 'MENU' (35) {
  161.     3,
  162.     textMenuProc,
  163.     0x7FFFFFFF,
  164.     enabled,
  165.     "File",
  166.     {    /* array: 8 elements */
  167.         /* [1] */
  168.         "Load Settings╔", noIcon, noKey, noMark, plain,
  169.         /* [2] */
  170.         "Save Settings╔", noIcon, noKey, noMark, plain,
  171.         /* [3] */
  172.         "-", noIcon, noKey, noMark, plain,
  173.         /* [4] */
  174.         "New", noIcon, noKey, noMark, plain,
  175.         /* [5] */
  176.         "Open\311", noIcon, noKey, noMark, plain,
  177.         /* [6] */
  178.         "Close", noIcon, noKey, noMark, plain,
  179.         /* [7] */
  180.         "Save", noIcon, noKey, noMark, plain,
  181.         /* [8] */
  182.         "Save As\311", noIcon, noKey, noMark, plain,
  183.         /* [9] */
  184.         "-", noIcon, noKey, noMark, plain,
  185.         /* [10] */
  186.         "Take Command File╔", noIcon, noKey, noMark, plain,
  187.         /* [11] */
  188.         "Take Command from Window", noIcon, noKey, noMark, plain,
  189.         /* [12] */
  190.         "-", noIcon, noKey, noMark, plain,
  191.         /* [13] */
  192.         "Print\311", noIcon, noKey, noMark, plain,
  193.         /* [14] */
  194.         "Print Captured Text╔", noIcon, noKey, noMark, plain,
  195.         /* [15] */
  196.         "Printer Status╔", noIcon, noKey, noMark, plain,
  197.         /* [16] */    
  198.         "Discard Captured Text", noIcon, noKey, noMark, plain,
  199.         /* [17] */
  200.         "Open Captured Text", noIcon, noKey, noMark, plain,
  201.         /* [18] */
  202.         "-", noIcon, noKey, noMark, plain,
  203.         /* [19] */
  204.         "Log", noIcon, hierarchicalMenu, "\t", plain,
  205.         /* [20] */
  206.         "Transfer to App╔", noIcon, noKey, noMark, plain,
  207.         /* [21] */
  208.         "Quit", noIcon, noKey, noMark, plain
  209.     }
  210. };
  211.  
  212. resource 'MENU' (4) {
  213.     4,
  214.     textMenuProc,
  215.     0x7FFFFFBD,
  216.     enabled,
  217.     "Edit",
  218.     {    /* array: 10 elements */
  219.         /* [1] */
  220.         "Undo", noIcon, "Z", noMark, plain,
  221.         /* [2] */
  222.         "-", noIcon, noKey, noMark, plain,
  223.         /* [3] */
  224.         "Cut", noIcon, "X", noMark, plain,
  225.         /* [4] */
  226.         "Copy", noIcon, "C", noMark, plain,
  227.         /* [5] */
  228.         "Paste", noIcon, "V", noMark, plain,
  229.         /* [6] */
  230.         "Clear", noIcon, noKey, noMark, plain
  231.         /* [7] */
  232.     }
  233. };
  234. resource 'MENU' (36) {
  235.     4,
  236.     textMenuProc,
  237.     0x7FFFFFBD,
  238.     enabled,
  239.     "Edit",
  240.     {    /* array: 10 elements */
  241.         /* [1] */
  242.         "Undo", noIcon, noKey, noMark, plain,
  243.         /* [2] */
  244.         "-", noIcon, noKey, noMark, plain,
  245.         /* [3] */
  246.         "Cut", noIcon, noKey, noMark, plain,
  247.         /* [4] */
  248.         "Copy", noIcon, noKey, noMark, plain,
  249.         /* [5] */
  250.         "Paste", noIcon, noKey, noMark, plain,
  251.         /* [6] */
  252.         "Clear", noIcon, noKey, noMark, plain
  253.     }
  254. };
  255.  
  256.  
  257. resource 'MENU' (5) {
  258.     5,
  259.     textMenuProc,
  260.     0x7FFFFFDF,
  261.     enabled,
  262.     "Settings",
  263.     {    /* array: 12 elements */
  264.         /* [1] */
  265.         "File Defaults╔", noIcon, noKey, noMark, plain,
  266.         /* [2] */
  267.         "Communications╔", noIcon, noKey, noMark, plain,
  268.         /* [3] */
  269.         "Protocol╔", noIcon, noKey, noMark, plain,
  270.         /* [4] */
  271.         "Terminal╔", noIcon, noKey, noMark, plain,
  272.         /* [5] */
  273.         "Character Set╔", noIcon, noKey, noMark, plain,
  274.         /* [6] */
  275.         "-", noIcon, noKey, noMark, plain,
  276.         /* [7] */
  277.         "\0x11-Shift-1╔\0x11-Shift-9 active", noIcon, noKey,
  278.             check, plain,
  279.         /* [8] */
  280.         "Menu \0x11-Keys active", noIcon, "M", noMark, plain,
  281.         /* [9] */
  282.         "Set key macros╔", noIcon, noKey, noMark, plain,
  283.         /* [10] */
  284.         "Set modifiers╔", noIcon, noKey, noMark, plain
  285.     }
  286. };
  287. resource 'MENU' (37) {
  288.     5,
  289.     textMenuProc,
  290.     0x7FFFFFDF,
  291.     enabled,
  292.     "Settings",
  293.     {    /* array: 12 elements */
  294.         /* [1] */
  295.         "File Defaults╔", noIcon, noKey, noMark, plain,
  296.         /* [2] */
  297.         "Communications╔", noIcon, noKey, noMark, plain,
  298.         /* [3] */
  299.         "Protocol╔", noIcon, noKey, noMark, plain,
  300.         /* [4] */
  301.         "Terminal╔", noIcon, noKey, noMark, plain,
  302.         /* [5] */
  303.         "Character Set╔", noIcon, noKey, noMark, plain,
  304.         /* [6] */
  305.         "-", noIcon, noKey, noMark, plain,
  306.         /* [7] */
  307.         "\0x11-Shift-1╔\0x11-Shift-9 active", noIcon, noKey,
  308.             check, plain,
  309.         /* [8] */
  310.         "Menu \0x11-Keys active", noIcon, noKey, noMark, plain,
  311.         /* [9] */
  312.         "Set key macros╔", noIcon, noKey, noMark, plain,
  313.         /* [10] */
  314.         "Set modifiers╔", noIcon, noKey, noMark, plain
  315.     }
  316. };
  317.  
  318.  
  319. resource 'MENU' (6) {
  320.     6,
  321.     textMenuProc,
  322.     allEnabled,
  323.     enabled,
  324.     "Special",
  325.     {    /* array: 5 elements */
  326.         /* [1] */
  327.         "Send Break", noIcon, noKey, noMark, plain,
  328.         /* [2] */
  329.         "Send Long Break", noIcon, noKey, noMark, plain,
  330.         /* [3] */
  331.         "Send XON", noIcon, noKey, noMark, plain,
  332.         /* [4] */
  333.         "Hangup (toggle DTR)", noIcon, noKey, noMark, plain,
  334.         /* [5] */
  335.         "Reset Terminal", noIcon, noKey, noMark, plain
  336.     }
  337. };
  338.  
  339.  
  340. resource 'MENU' (38) {
  341.     6,
  342.     textMenuProc,
  343.     allEnabled,
  344.     enabled,
  345.     "Special",
  346.     {    /* array: 5 elements */
  347.         /* [1] */
  348.         "Send Break", noIcon, noKey, noMark, plain,
  349.         /* [2] */
  350.         "Send Long Break", noIcon, noKey, noMark, plain,
  351.         /* [3] */
  352.         "Send XON", noIcon, noKey, noMark, plain,
  353.         /* [4] */
  354.         "Hangup (toggle DTR)", noIcon, noKey, noMark, plain,
  355.         /* [5] */
  356.         "Reset Terminal", noIcon, noKey, noMark, plain
  357.     }
  358. };
  359.  
  360.  
  361. resource 'MENU' (7) {
  362.     7,
  363.     textMenuProc,
  364.     0x7FFFFFFF,
  365.     enabled,
  366.     "File-Transfer",
  367.     {
  368.         /* [1] */
  369.         "Get file from server╔", noIcon, "G", noMark, plain,
  370.         /* [2] */
  371.         "Send file╔", noIcon, "S", noMark, plain,
  372.         /* [3] */
  373.         "Receive file╔", noIcon, "R", noMark, plain,
  374.         /* [4] */
  375.         "Transfer stats╔", noIcon, noKey, noMark, plain,
  376.         /* [5] */
  377.         "Set directory╔", noIcon, noKey, noMark, plain,
  378.         /* [6] */
  379.         "-", noIcon, noKey, noMark, plain,
  380.         /* [7] */
  381.         "Finish Server", noIcon, noKey, noMark, plain,
  382.         /* [8] */
  383.         "Logout Server", noIcon, noKey, noMark, plain,
  384.         /* [9] */
  385.         "-", noIcon, noKey, noMark, plain,
  386.         /* [10] */
  387.         "Cwd╔", noIcon, noKey, noMark, plain,
  388.         /* [11] */
  389.         "Delete file╔", noIcon, noKey, noMark, plain,
  390.         /* [12] */
  391.         "Directory╔", noIcon, noKey, noMark, plain,
  392.         /* [13] */
  393.         "Help╔", noIcon, noKey, noMark, plain,
  394.         /* [14] */
  395.         "Host╔", noIcon, noKey, noMark, plain,
  396.         /* [15] */
  397.         "Space╔", noIcon, noKey, noMark, plain,
  398.         /* [16] */
  399.         "Type╔", noIcon, noKey, noMark, plain,
  400.         /* [17] */
  401.         "Who╔", noIcon, noKey, noMark, plain,
  402.         /* [18] */
  403.         "-", noIcon, noKey, noMark, plain,
  404.         /* [19] */
  405.         "Be a Server", noIcon, "H", noMark, plain
  406.     }
  407. };
  408. resource 'MENU' (39) {
  409.     7,
  410.     textMenuProc,
  411.     0x7FFFFFFF,
  412.     enabled,
  413.     "File-Transfer",
  414.     {    /* array: 15 elements */
  415.         /* [1] */
  416.         "Get file from server╔", noIcon, noKey, noMark, plain,
  417.         /* [2] */
  418.         "Send file╔", noIcon, noKey, noMark, plain,
  419.         /* [3] */
  420.         "Receive file╔", noIcon, noKey, noMark, plain,
  421.         /* [4] */
  422.         "Transfer stats╔", noIcon, noKey, noMark, plain,
  423.         /* [5] */
  424.         "Set directory╔", noIcon, noKey, noMark, plain,
  425.         /* [6] */
  426.         "-", noIcon, noKey, noMark, plain,
  427.         /* [7] */
  428.         "Finish Server", noIcon, noKey, noMark, plain,
  429.         /* [8] */
  430.         "Logout Server", noIcon, noKey, noMark, plain,
  431.         /* [9] */
  432.         "-", noIcon, noKey, noMark, plain,
  433.         /* [10] */
  434.         "Cwd╔", noIcon, noKey, noMark, plain,
  435.         /* [11] */
  436.         "Delete file╔", noIcon, noKey, noMark, plain,
  437.         /* [12] */
  438.         "Directory╔", noIcon, noKey, noMark, plain,
  439.         /* [13] */
  440.         "Help╔", noIcon, noKey, noMark, plain,
  441.         /* [14] */
  442.         "Host╔", noIcon, noKey, noMark, plain,
  443.         /* [15] */
  444.         "Space╔", noIcon, noKey, noMark, plain,
  445.         /* [16] */
  446.         "Type╔", noIcon, noKey, noMark, plain,
  447.         /* [17] */
  448.         "Who╔", noIcon, noKey, noMark, plain,
  449.         /* [18] */
  450.         "-", noIcon, noKey, noMark, plain,
  451.         /* [19] */
  452.         "Be a Server", noIcon, noKey, noMark, plain
  453.     }
  454. };
  455.  
  456. resource 'MENU' (8) {
  457.     8,
  458.     textMenuProc,
  459.     0x7FFFFFFF,
  460.     enabled,
  461.     "Window",
  462.     {    /* array: 3 elements */
  463.         /* [1] */
  464.         "Terminal Window", noIcon, noKey, noMark, plain,
  465.         /* [2] */
  466.         "Command Window", noIcon, noKey, noMark, plain,
  467.         /* [3] */
  468.         "Response Window", noIcon, noKey, noMark, plain,
  469.     }
  470. };
  471.  
  472. resource 'MENU' (40) {
  473.     8,
  474.     textMenuProc,
  475.     0x7FFFFFFF,
  476.     enabled,
  477.     "Window",
  478.     {    /* array: 3 elements */
  479.         /* [1] */
  480.         "Terminal Window", noIcon, noKey, noMark, plain,
  481.         /* [2] */
  482.         "Command Window", noIcon, noKey, noMark, plain,
  483.         /* [3] */
  484.         "Response Window", noIcon, noKey, noMark, plain,
  485.     }
  486. };
  487.  
  488. resource 'MENU' (9) {
  489.     9,
  490.     textMenuProc,
  491.     0x7FFFFFFD,
  492.     enabled,
  493.     "Log",
  494.     {    /* array: 3 elements */
  495.         /* [1] */
  496.         "Session╔", noIcon, noKey, noMark, plain,
  497.         /* [2] */
  498.         "Dump screen to session log", noIcon, noKey, noMark, plain,
  499.         /* [3] */
  500.         "Transactions╔", noIcon, noKey, noMark, plain,
  501.         /* [4] */
  502.         "Packets╔", noIcon, noKey, noMark, plain,
  503.         /* [5] */
  504.         "Debugging", noIcon, noKey, noMark, plain,
  505.         /* [6] */
  506.         "Call Debugger", noIcon, noKey, noMark, plain
  507.     }
  508. };
  509. resource 'MENU' (41) {
  510.     9,
  511.     textMenuProc,
  512.     0x7FFFFFFD,
  513.     enabled,
  514.     "Log",
  515.     {    /* array: 3 elements */
  516.         /* [1] */
  517.         "Session╔", noIcon, noKey, noMark, plain,
  518.         /* [2] */
  519.         "Dump screen to session log", noIcon, noKey, noMark, plain,
  520.         /* [3] */
  521.         "Transactions╔", noIcon, noKey, noMark, plain,
  522.         /* [4] */
  523.         "Packets╔", noIcon, noKey, noMark, plain,
  524.         /* [5] */
  525.         "Debugging", noIcon, noKey, noMark, plain,
  526.         /* [6] */
  527.         "Call Debugger", noIcon, noKey, noMark, plain
  528.     }
  529. };
  530.  
  531. resource 'WIND' (1000, preload) {
  532.     {40, 5, 335, 505},
  533.     documentProc,        /* was: noGrowDocProc */
  534.     invisible,
  535.     goAway,
  536.     0x0,
  537.     "Terminal"
  538. };
  539.  
  540. resource 'WIND' (1001, preload) {
  541.     {45, 10, 315, 490},
  542.     documentProc,
  543.     invisible,
  544.     goAway,
  545.     0x0,
  546.     "Remote Response"
  547. };
  548.  
  549. resource 'WIND' (1017, preload) {
  550.     {60, 25, 315, 490},
  551.     documentProc,
  552.     invisible,
  553.     goAway,
  554.     0x0,
  555.     "Command"
  556. };
  557.  
  558. /* RCMD vertical scroll bar */
  559. resource 'CNTL' (1000, preload) {
  560.     {-1, 395, 236, 411},
  561.     0,
  562.     visible,
  563.     0,
  564.     0,
  565.     scrollBarProc,
  566.     0,
  567.     ""
  568. };
  569.  
  570. /* RCMD horizontal scroll bar */
  571. resource 'CNTL' (1001, preload) {
  572.     {235, -1, 251, 396},
  573.     0,
  574.     visible,
  575.     0,
  576.     0,
  577.     scrollBarProc,
  578.     0,
  579.     ""
  580. };
  581.  
  582. /* LCMD vertical scroll bar */
  583. resource 'CNTL' (1002, preload) {
  584.     {-1, 395, 236, 411},
  585.     0,
  586.     visible,
  587.     0,
  588.     0,
  589.     scrollBarProc,
  590.     0,
  591.     ""
  592. };
  593.  
  594. /* LCMD horizontal scroll bar */
  595. resource 'CNTL' (1003, preload) {
  596.     {235, -1, 251, 396},
  597.     0,
  598.     visible,
  599.     0,
  600.     0,
  601.     scrollBarProc,
  602.     0,
  603.     ""
  604. };
  605.  
  606. resource 'ALRT' (1009, preload, purgeable) {
  607.     {40, 55, 285, 460},
  608.     1009,
  609.     {    /* array: 4 elements */
  610.         /* [1] */
  611.         OK, visible, silent,
  612.         /* [2] */
  613.         OK, visible, silent,
  614.         /* [3] */
  615.         OK, visible, silent,
  616.         /* [4] */
  617.         OK, visible, silent
  618.     }
  619. };
  620.  
  621. resource 'ALRT' (1010, preload, purgeable) {
  622.     {113, 121, 222, 378},
  623.     1010,
  624.     {    /* array: 4 elements */
  625.         /* [1] */
  626.         OK, visible, sound1,
  627.         /* [2] */
  628.         OK, visible, sound1,
  629.         /* [3] */
  630.         OK, visible, sound1,
  631.         /* [4] */
  632.         OK, visible, sound1
  633.     }
  634. };
  635.  
  636. #ifdef DEBUG
  637. resource 'ALRT' (1011, preload, purgeable) {
  638.     {60, 81, 180, 431},
  639.     1011,
  640.     {    /* array: 4 elements */
  641.         /* [1] */
  642.         OK, visible, sound1,
  643.         /* [2] */
  644.         OK, visible, sound1,
  645.         /* [3] */
  646.         OK, visible, sound1,
  647.         /* [4] */
  648.         OK, visible, sound1
  649.     }
  650. };
  651. #endif
  652.  
  653. resource 'ALRT' (1012, preload, purgeable) {
  654.     {108, 147, 212, 372},
  655.     1012,
  656.     {    /* array: 4 elements */
  657.         /* [1] */
  658.         OK, visible, sound1,
  659.         /* [2] */
  660.         OK, visible, sound1,
  661.         /* [3] */
  662.         OK, visible, sound1,
  663.         /* [4] */
  664.         OK, visible, sound1
  665.     }
  666. };
  667.  
  668. resource 'ALRT' (1013, preload, purgeable) {
  669.     {34, 16, 318, 494},
  670.     1013,
  671.     {    /* array: 4 elements */
  672.         /* [1] */
  673.         OK, visible, silent,
  674.         /* [2] */
  675.         OK, visible, silent,
  676.         /* [3] */
  677.         OK, visible, silent,
  678.         /* [4] */
  679.         OK, visible, silent
  680.     }
  681. };
  682.  
  683. /* DLOG 230 - Status display (during transfer) */
  684. resource 'DLOG' (230, purgeable, preload) {
  685.     {60, 40, 300, 458},
  686.     noGrowDocProc,
  687.     visible,
  688.     noGoAway,
  689.     0x0,
  690.     230,
  691.     "File Transfer Status"
  692. };
  693.  
  694. /* About Kermit */
  695. resource 'DLOG' (257, purgeable, preload) {
  696.     {38, 16, 306, 500},
  697.     dBoxProc,
  698.     visible,
  699.     noGoAway,
  700.     0x0,
  701.     257,
  702.     ""
  703. };
  704.  
  705. resource 'DLOG' (1001, purgeable, preload) {
  706.     {40, 60, 316, 454},
  707.     dBoxProc,
  708.     visible,
  709.     noGoAway,
  710.     0x0,
  711.     1001,
  712.     ""
  713. };
  714.  
  715. resource 'DLOG' (1002, preload, purgeable) {
  716.     {40, 65, 325, 470},
  717.     dBoxProc,
  718.     visible,
  719.     noGoAway,
  720.     0x0,
  721.     1002,
  722.     ""
  723. };
  724.  
  725. resource 'DLOG' (1003, preload, purgeable) {
  726.     {50, 37, 192, 415},
  727.     dBoxProc,
  728.     visible,
  729.     noGoAway,
  730.     0x0,
  731.     1003,
  732.     ""
  733. };
  734.  
  735. resource 'DLOG' (1004, purgeable, preload) {
  736.     {44, 80, 306, 426},
  737.     dBoxProc,
  738.     visible,
  739.     noGoAway,
  740.     0x0,
  741.     1004,
  742.     ""
  743. };
  744.  
  745. resource 'DLOG' (1005, preload, purgeable) {
  746.     {34, 50, 290, 456},
  747.     dBoxProc,
  748.     visible,
  749.     noGoAway,
  750.     0x0,
  751.     1005,
  752.     ""
  753. };
  754.  
  755. resource 'DLOG' (1006, preload, purgeable) {
  756.     {70, 75, 240, 435},
  757.     dBoxProc,
  758.     visible,
  759.     noGoAway,
  760.     0x0,
  761.     1006,
  762.     ""
  763. };
  764.  
  765. resource 'DLOG' (1007, preload, purgeable) {
  766.     {120, 100, 220, 410},
  767.     plainDBox,
  768.     visible,
  769.     noGoAway,
  770.     0x0,
  771.     1007,
  772.     ""
  773. };
  774.  
  775. resource 'DLOG' (1008, preload, purgeable) {
  776.     {30, 14, 250, 494},
  777.     dBoxProc,
  778.     visible,
  779.     noGoAway,
  780.     0x0,
  781.     1008,
  782.     ""
  783. };
  784.  
  785. resource 'DLOG' (1014, purgeable, preload) {
  786.     {34, 50, 306, 458},
  787.     dBoxProc,
  788.     visible,
  789.     noGoAway,
  790.     0x0,
  791.     1014,
  792.     ""
  793. };
  794.  
  795. resource 'DLOG' (1015) {
  796.     {0, 0, 184, 304},
  797.     dBoxProc,
  798.     invisible,
  799.     noGoAway,
  800.     0x0,
  801.     1015,
  802.     ""
  803. };
  804.  
  805. resource 'DLOG' (1016, purgeable, preload) {
  806.     {46, 94, 288, 370},
  807.     dBoxProc,
  808.     visible,
  809.     noGoAway,
  810.     0x0,
  811.     1016,
  812.     ""
  813. };
  814.  
  815. resource 'DLOG' (1018, purgeable, preload) {
  816.     {74, 76, 176, 424},
  817.     dBoxProc,
  818.     visible,
  819.     noGoAway,
  820.     0x0,
  821.     1018,
  822.     ""
  823. };
  824.  
  825. resource 'DLOG' (2001, preload, purgeable) {        /*JAO*/
  826.     {93, 70, 250, 381},
  827.     dBoxProc,
  828.     visible,
  829.     noGoAway,
  830.     0x0,
  831.     2001,
  832.     ""
  833. };
  834.  
  835. resource 'DLOG' (2002, preload, purgeable) {        /*JAO*/
  836.     {30, 70, 70, 300},
  837.     dBoxProc,
  838.     visible,
  839.     noGoAway,
  840.     0x0,
  841.     2002,
  842.     ""
  843. };
  844.  
  845. resource 'DLOG' (2003, preload, purgeable) {        /*JAO*/
  846.     {190, 70, 245, 346},
  847.     dBoxProc,
  848.     visible,
  849.     noGoAway,
  850.     0x0,
  851.     2003,
  852.     ""
  853. };
  854.  
  855. resource 'DLOG' (2004, preload, purgeable) {        /*JAO*/
  856.     {93, 70, 250, 381},
  857.     dBoxProc,
  858.     visible,
  859.     noGoAway,
  860.     0x0,
  861.     2004,
  862.     ""
  863. };
  864.  
  865. resource 'DLOG' (2005, preload, purgeable) {        /*JAO*/
  866.     {70, 100, 120, 300},
  867.     dBoxProc,
  868.     visible,
  869.     noGoAway,
  870.     0x0,
  871.     2005,
  872.     ""
  873. };
  874.  
  875. resource 'DLOG' (3998, preload, purgeable) {
  876.     {70, 77, 203, 360},
  877.     dBoxProc,
  878.     visible,
  879.     noGoAway,
  880.     0x0,
  881.     3998,
  882.     ""
  883. };
  884.  
  885. resource 'DLOG' (3999, preload, purgeable) {
  886.     {54, 68, 304, 418},
  887.     dBoxProc,
  888.     invisible,
  889.     noGoAway,
  890.     0x0,
  891.     3999,
  892.     ""
  893. };
  894.  
  895. resource 'DLOG' (4000, preload, purgeable) {
  896.     {60, 55, 315, 455},
  897.     dBoxProc,
  898.     invisible,
  899.     noGoAway,
  900.     0x0,
  901.     4000,
  902.     ""
  903. };
  904.  
  905. resource 'DITL' (230, purgeable, preload) {
  906.     {    /* array DITLarray: 25 elements */
  907.         /* [1] */
  908.         {176, 88, 208, 180},
  909.         Button {
  910.             enabled,
  911.             "Cancel File"
  912.         },
  913.         /* [2] */
  914.         {176, 224, 208, 316},
  915.         Button {
  916.             enabled,
  917.             "Cancel Group"
  918.         },
  919.         /* [3] */
  920.         {8, 8, 24, 76},
  921.         StaticText {
  922.             disabled,
  923.             "Receiving"
  924.         },
  925.         /* [4] */
  926.         {8, 80, 24, 280},
  927.         StaticText {
  928.             disabled,
  929.             ""
  930.         },
  931.         /* [5] */
  932.         {27, 56, 43, 76},
  933.         StaticText {
  934.             disabled,
  935.             "As"
  936.         },
  937.         /* [6] */
  938.         {27, 80, 43, 280},
  939.         StaticText {
  940.             disabled,
  941.             ""
  942.         },
  943.         /* [7] */
  944.         {72, 8, 88, 63},
  945.         StaticText {
  946.             disabled,
  947.             "KBytes:"
  948.         },
  949.         /* [8] */
  950.         {72, 64, 88, 144},
  951.         StaticText {
  952.             disabled,
  953.             ""
  954.         },
  955.         /* [9] */
  956.         {72, 152, 88, 213},
  957.         StaticText {
  958.             disabled,
  959.             "Packets:"
  960.         },
  961.         /* [10] */
  962.         {72, 216, 88, 272},
  963.         StaticText {
  964.             disabled,
  965.             ""
  966.         },
  967.         /* [11] */
  968.         {72, 288, 88, 344},
  969.         StaticText {
  970.             disabled,
  971.             "Retries:"
  972.         },
  973.         /* [12] */
  974.         {72, 345, 88, 393},
  975.         StaticText {
  976.             disabled,
  977.             ""
  978.         },
  979.         /* [13] */
  980.         {27, 288, 43, 408},
  981.         StaticText {
  982.             disabled,
  983.             ""
  984.         },
  985.         /* [14] */
  986.         {8, 288, 24, 408},
  987.         StaticText {
  988.             disabled,
  989.             ""
  990.         },
  991.         /* [15] */
  992.         {115, 40, 131, 368},
  993.         StaticText {
  994.             disabled,
  995.             ""
  996.         },
  997.         /* [16] */
  998.         {91, 152, 107, 236},
  999.         StaticText {
  1000.             disabled,
  1001.             "Packet size:"
  1002.         },
  1003.         /* [17] */
  1004.         {91, 237, 107, 277},
  1005.         StaticText {
  1006.             disabled,
  1007.             ""
  1008.         },
  1009.         /* [18] */
  1010.         {91, 288, 107, 362},
  1011.         StaticText {
  1012.             disabled,
  1013.             "Checksum:"
  1014.         },
  1015.         /* [19] */
  1016.         {91, 363, 107, 383},
  1017.         StaticText {
  1018.             disabled,
  1019.             ""
  1020.         },
  1021.         /* [20] */
  1022.         {91, 8, 107, 99},
  1023.         StaticText {
  1024.             disabled,
  1025.             "Window size:"
  1026.         },
  1027.         /* [21] */
  1028.         {91, 100, 107, 148},
  1029.         StaticText {
  1030.             disabled,
  1031.             ""
  1032.         },
  1033.         /* [22] */
  1034.         {216, 40, 232, 368},
  1035.         StaticText {
  1036.             disabled,
  1037.             "Emergency exit: hold down \0x11 and type a p"
  1038.             "eriod."
  1039.         },
  1040.         /* [23] */
  1041.         {133, 40, 149, 368},
  1042.         StaticText {
  1043.             disabled,
  1044.             ""
  1045.         },
  1046.         /* [24] */
  1047.         {151, 40, 167, 368},
  1048.         StaticText {
  1049.             disabled,
  1050.             ""
  1051.         },
  1052.         /* [25] */
  1053.         {49, 8, 65, 408},
  1054.         UserItem {
  1055.             disabled
  1056.         }
  1057.     }
  1058. };
  1059.  
  1060.  
  1061. /* About Kermit */
  1062. resource 'DITL' (257, purgeable, preload) {
  1063.     {    /* array DITLarray: 20 elements */
  1064.         /* [1] */
  1065.         {224, 360, 248, 448},
  1066.         Button {
  1067.             enabled,
  1068.             "OK"
  1069.         },
  1070.         /* [2] */
  1071.         {8, 16, 24, 464},
  1072.         StaticText {
  1073.             disabled,
  1074.             ""
  1075.         },
  1076.         /* [3] */
  1077.         {26, 56, 42, 464},
  1078.         StaticText {
  1079.             disabled,
  1080.             ""
  1081.         },
  1082.         /* [4] */
  1083.         {44, 56, 60, 464},
  1084.         StaticText {
  1085.             disabled,
  1086.             "⌐1986\3211992 Columbia University, All Righ"
  1087.             "ts Reserved"
  1088.         },
  1089.         /* [5] */
  1090.         {26, 16, 58, 48},
  1091.         Icon {
  1092.             disabled,
  1093.             1000
  1094.         },
  1095.         /* [6] */
  1096.         {136, 16, 168, 48},
  1097.         Icon {
  1098.             disabled,
  1099.             2000
  1100.         },
  1101.         /* [7] */
  1102.         {136, 52, 168, 124},
  1103.         StaticText {
  1104.             disabled,
  1105.             "Bill Catchings"
  1106.         },
  1107.         /* [8] */
  1108.         {136, 260, 168, 292},
  1109.         Icon {
  1110.             disabled,
  1111.             2001
  1112.         },
  1113.         /* [9] */
  1114.         {136, 296, 168, 344},
  1115.         StaticText {
  1116.             disabled,
  1117.             "Bill Schilit"
  1118.         },
  1119.         /* [10] */
  1120.         {136, 148, 168, 180},
  1121.         Icon {
  1122.             disabled,
  1123.             2002
  1124.         },
  1125.         /* [11] */
  1126.         {136, 184, 168, 240},
  1127.         StaticText {
  1128.             disabled,
  1129.             "Frank da Cruz"
  1130.         },
  1131.         /* [12] */
  1132.         {136, 400, 168, 464},
  1133.         StaticText {
  1134.             disabled,
  1135.             "Matthias Aebi"
  1136.         },
  1137.         /* [13] */
  1138.         {136, 364, 168, 396},
  1139.         Icon {
  1140.             disabled,
  1141.             2003
  1142.         },
  1143.         /* [14] */
  1144.         {176, 16, 208, 48},
  1145.         Icon {
  1146.             disabled,
  1147.             2004
  1148.         },
  1149.         /* [15] */
  1150.         {176, 52, 208, 124},
  1151.         StaticText {
  1152.             disabled,
  1153.             "Paul Placeway"
  1154.         },
  1155.         /* [16] */
  1156.         {64, 16, 80, 464},
  1157.         StaticText {
  1158.             disabled,
  1159.             "Permission is granted to any individual "
  1160.             "or institution to use, copy,"
  1161.         },
  1162.         /* [17] */
  1163.         {224, 16, 256, 337},
  1164.         StaticText {
  1165.             disabled,
  1166.             "Please send bugs, comments, and question"
  1167.             "s to: Info-Kermit@cunixc.cc.columbia.edu"
  1168.         },
  1169.         /* [18] */
  1170.         {176, 152, 208, 240},
  1171.         StaticText {
  1172.             disabled,
  1173.             "And many, many others"
  1174.         },
  1175.         /* [19] */
  1176.         {80, 16, 96, 464},
  1177.         StaticText {
  1178.             disabled,
  1179.             "or redistribute this software so long as"
  1180.             " it is not sold for profit,"
  1181.         },
  1182.         /* [20] */
  1183.         {96, 16, 128, 464},
  1184.         StaticText {
  1185.             disabled,
  1186.             "provided this copyright notice is retain"
  1187.             "ed.  │Kermit the Frog▓ used by permissio"
  1188.             "n of Henson Associates, Inc."
  1189.         }
  1190.     }
  1191. };
  1192.  
  1193. resource 'DITL' (1001, purgeable, preload) {
  1194.     {    /* array DITLarray: 33 elements */
  1195.         /* [1] */
  1196.         {243, 102, 263, 182},
  1197.         Button {
  1198.             enabled,
  1199.             "OK"
  1200.         },
  1201.         /* [2] */
  1202.         {243, 198, 263, 278},
  1203.         Button {
  1204.             enabled,
  1205.             "Cancel"
  1206.         },
  1207.         /* [3] */
  1208.         {0, 104, 16, 280},
  1209.         StaticText {
  1210.             disabled,
  1211.             "Communications Settings"
  1212.         },
  1213.         /* [4] */
  1214.         {24, 8, 40, 80},
  1215.         StaticText {
  1216.             disabled,
  1217.             "Baud Rate:"
  1218.         },
  1219.         /* [5] */
  1220.         {24, 96, 40, 152},
  1221.         RadioButton {
  1222.             enabled,
  1223.             "300"
  1224.         },
  1225.         /* [6] */
  1226.         {24, 168, 40, 224},
  1227.         RadioButton {
  1228.             enabled,
  1229.             "600"
  1230.         },
  1231.         /* [7] */
  1232.         {24, 240, 40, 296},
  1233.         RadioButton {
  1234.             enabled,
  1235.             "1200"
  1236.         },
  1237.         /* [8] */
  1238.         {24, 312, 40, 368},
  1239.         RadioButton {
  1240.             enabled,
  1241.             "1800"
  1242.         },
  1243.         /* [9] */
  1244.         {40, 96, 56, 152},
  1245.         RadioButton {
  1246.             enabled,
  1247.             "2400"
  1248.         },
  1249.         /* [10] */
  1250.         {40, 168, 56, 224},
  1251.         RadioButton {
  1252.             enabled,
  1253.             "3600"
  1254.         },
  1255.         /* [11] */
  1256.         {40, 240, 56, 296},
  1257.         RadioButton {
  1258.             enabled,
  1259.             "4800"
  1260.         },
  1261.         /* [12] */
  1262.         {40, 312, 56, 368},
  1263.         RadioButton {
  1264.             enabled,
  1265.             "7200"
  1266.         },
  1267.         /* [13] */
  1268.         {56, 96, 72, 152},
  1269.         RadioButton {
  1270.             enabled,
  1271.             "9600"
  1272.         },
  1273.         /* [14] */
  1274.         {56, 168, 72, 232},
  1275.         RadioButton {
  1276.             enabled,
  1277.             "14400"
  1278.         },
  1279.         /* [15] */
  1280.         {56, 240, 72, 304},
  1281.         RadioButton {
  1282.             enabled,
  1283.             "19200"
  1284.         },
  1285.         /* [16] */
  1286.         {56, 312, 72, 376},
  1287.         RadioButton {
  1288.             enabled,
  1289.             "28800"
  1290.         },
  1291.         /* [17] */
  1292.         {72, 96, 88, 160},
  1293.         RadioButton {
  1294.             enabled,
  1295.             "38400"
  1296.         },
  1297.         /* [18] */
  1298.         {72, 168, 88, 232},
  1299.         RadioButton {
  1300.             enabled,
  1301.             "57600"
  1302.         },
  1303.         /* [19] */
  1304.         {104, 8, 120, 88},
  1305.         StaticText {
  1306.             disabled,
  1307.             "Parity/Bits:"
  1308.         },
  1309.         /* [20] */
  1310.         {104, 272, 120, 352},
  1311.         RadioButton {
  1312.             enabled,
  1313.             "Mark/7"
  1314.         },
  1315.         /* [21] */
  1316.         {120, 272, 136, 360},
  1317.         RadioButton {
  1318.             enabled,
  1319.             "Space/7"
  1320.         },
  1321.         /* [22] */
  1322.         {104, 184, 120, 256},
  1323.         RadioButton {
  1324.             enabled,
  1325.             "Even/7"
  1326.         },
  1327.         /* [23] */
  1328.         {120, 184, 136, 256},
  1329.         RadioButton {
  1330.             enabled,
  1331.             "Odd/7"
  1332.         },
  1333.         /* [24] */
  1334.         {104, 96, 120, 168},
  1335.         RadioButton {
  1336.             enabled,
  1337.             "None/8"
  1338.         },
  1339.         /* [25] */
  1340.         {191, 198, 207, 374},
  1341.         CheckBox {
  1342.             enabled,
  1343.             "XOn/XOff flow control"
  1344.         },
  1345.         /* [26] */
  1346.         {152, 8, 168, 88},
  1347.         StaticText {
  1348.             disabled,
  1349.             "Serial Port:"
  1350.         },
  1351.         /* [27] */
  1352.         {152, 96, 168, 116},
  1353.         RadioButton {
  1354.             enabled,
  1355.             ""
  1356.         },
  1357.         /* [28] */
  1358.         {144, 116, 176, 148},
  1359.         Icon {
  1360.             enabled,
  1361.             3000
  1362.         },
  1363.         /* [29] */
  1364.         {152, 184, 168, 204},
  1365.         RadioButton {
  1366.             enabled,
  1367.             ""
  1368.         },
  1369.         /* [30] */
  1370.         {144, 204, 176, 236},
  1371.         Icon {
  1372.             enabled,
  1373.             3001
  1374.         },
  1375.         /* [31] */
  1376.         {191, 8, 207, 152},
  1377.         CheckBox {
  1378.             enabled,
  1379.             "Drop DTR on Quit"
  1380.         },
  1381.         /* [32] */
  1382.         {211, 8, 229, 185},
  1383.         CheckBox {
  1384.             enabled,
  1385.             "DTR input flow control"
  1386.         },
  1387.         /* [33] */
  1388.         {211, 198, 229, 390},
  1389.         CheckBox {
  1390.             enabled,
  1391.             "CTS output flow control"
  1392.         }
  1393.     }
  1394. };
  1395.  
  1396. resource 'DITL' (1002, preload, purgeable) {
  1397.     {    /* array DITLarray: 35 elements */
  1398.         /* [1] */
  1399.         {225, 320, 245, 390},
  1400.         Button {
  1401.             enabled,
  1402.             "OK"
  1403.         },
  1404.         /* [2] */
  1405.         {255, 320, 275, 390},
  1406.         Button {
  1407.             enabled,
  1408.             "Cancel"
  1409.         },
  1410.         /* [3] */
  1411.         {5, 5, 21, 182},
  1412.         StaticText {
  1413.             disabled,
  1414.             "Protocol Settings"
  1415.         },
  1416.         /* [4] */
  1417.         {35, 5, 50, 135},
  1418.         StaticText {
  1419.             disabled,
  1420.             "Block Check Type"
  1421.         },
  1422.         /* [5] */
  1423.         {35, 144, 50, 199},
  1424.         RadioButton {
  1425.             enabled,
  1426.             "1"
  1427.         },
  1428.         /* [6] */
  1429.         {35, 207, 50, 262},
  1430.         RadioButton {
  1431.             enabled,
  1432.             "2"
  1433.         },
  1434.         /* [7] */
  1435.         {35, 271, 50, 326},
  1436.         RadioButton {
  1437.             enabled,
  1438.             "3"
  1439.         },
  1440.         /* [8] */
  1441.         {57, 5, 72, 135},
  1442.         StaticText {
  1443.             disabled,
  1444.             "Handshake"
  1445.         },
  1446.         /* [9] */
  1447.         {57, 332, 72, 387},
  1448.         RadioButton {
  1449.             enabled,
  1450.             "Bell"
  1451.         },
  1452.         /* [10] */
  1453.         {57, 144, 72, 199},
  1454.         RadioButton {
  1455.             enabled,
  1456.             "CR"
  1457.         },
  1458.         /* [11] */
  1459.         {57, 271, 72, 326},
  1460.         RadioButton {
  1461.             enabled,
  1462.             "ESC"
  1463.         },
  1464.         /* [12] */
  1465.         {57, 207, 72, 262},
  1466.         RadioButton {
  1467.             enabled,
  1468.             "LF"
  1469.         },
  1470.         /* [13] */
  1471.         {79, 271, 94, 326},
  1472.         RadioButton {
  1473.             enabled,
  1474.             "None"
  1475.         },
  1476.         /* [14] */
  1477.         {79, 144, 94, 199},
  1478.         RadioButton {
  1479.             enabled,
  1480.             "XON"
  1481.         },
  1482.         /* [15] */
  1483.         {79, 207, 94, 261},
  1484.         RadioButton {
  1485.             enabled,
  1486.             "XOFF"
  1487.         },
  1488.         /* [16] */
  1489.         {114, 237, 146, 313},
  1490.         StaticText {
  1491.             disabled,
  1492.             "SEND (outbound)"
  1493.         },
  1494.         /* [17] */
  1495.         {113, 156, 146, 224},
  1496.         StaticText {
  1497.             disabled,
  1498.             "RECEIVE (inbound)"
  1499.         },
  1500.         /* [18] */
  1501.         {152, 11, 168, 148},
  1502.         StaticText {
  1503.             disabled,
  1504.             "Start of packet char"
  1505.         },
  1506.         /* [19] */
  1507.         {152, 180, 168, 200},
  1508.         EditText {
  1509.             enabled,
  1510.             ""
  1511.         },
  1512.         /* [20] */
  1513.         {173, 21, 189, 148},
  1514.         StaticText {
  1515.             disabled,
  1516.             "End of packet char"
  1517.         },
  1518.         /* [21] */
  1519.         {173, 180, 189, 200},
  1520.         EditText {
  1521.             enabled,
  1522.             ""
  1523.         },
  1524.         /* [22] */
  1525.         {195, 87, 212, 148},
  1526.         StaticText {
  1527.             disabled,
  1528.             "Pad char"
  1529.         },
  1530.         /* [23] */
  1531.         {194, 180, 210, 200},
  1532.         EditText {
  1533.             enabled,
  1534.             ""
  1535.         },
  1536.         /* [24] */
  1537.         {215, 92, 232, 148},
  1538.         StaticText {
  1539.             disabled,
  1540.             "Padding"
  1541.         },
  1542.         /* [25] */
  1543.         {215, 180, 231, 200},
  1544.         EditText {
  1545.             enabled,
  1546.             ""
  1547.         },
  1548.         /* [26] */
  1549.         {236, 11, 252, 148},
  1550.         StaticText {
  1551.             disabled,
  1552.             "Seconds for timeout "
  1553.         },
  1554.         /* [27] */
  1555.         {236, 180, 252, 200},
  1556.         EditText {
  1557.             enabled,
  1558.             ""
  1559.         },
  1560.         /* [28] */
  1561.         {258, 53, 274, 148},
  1562.         StaticText {
  1563.             disabled,
  1564.             "Packet length"
  1565.         },
  1566.         /* [29] */
  1567.         {257, 180, 273, 220},
  1568.         EditText {
  1569.             enabled,
  1570.             ""
  1571.         },
  1572.         /* [30] */
  1573.         {152, 260, 168, 280},
  1574.         EditText {
  1575.             enabled,
  1576.             ""
  1577.         },
  1578.         /* [31] */
  1579.         {173, 260, 189, 280},
  1580.         EditText {
  1581.             enabled,
  1582.             ""
  1583.         },
  1584.         /* [32] */
  1585.         {194, 260, 210, 280},
  1586.         EditText {
  1587.             enabled,
  1588.             ""
  1589.         },
  1590.         /* [33] */
  1591.         {215, 260, 231, 280},
  1592.         EditText {
  1593.             enabled,
  1594.             ""
  1595.         },
  1596.         /* [34] */
  1597.         {236, 260, 252, 280},
  1598.         EditText {
  1599.             enabled,
  1600.             ""
  1601.         },
  1602.         /* [35] */
  1603.         {257, 260, 273, 300},
  1604.         EditText {
  1605.             enabled,
  1606.             ""
  1607.         },
  1608.         /* [36] */
  1609.         {8, 216, 24, 352},
  1610.         StaticText {
  1611.             disabled,
  1612.             "Sliding Window Size"
  1613.         },
  1614.         /* [37] */
  1615.         {8, 360, 24, 380},
  1616.         EditText {
  1617.             enabled,
  1618.             ""
  1619.         }
  1620.     }
  1621. };
  1622.  
  1623. resource 'DITL' (1003, preload, purgeable) {
  1624.     {    /* array DITLarray: 8 elements */
  1625.         /* [1] */
  1626.         {83, 100, 113, 185},
  1627.         Button {
  1628.             enabled,
  1629.             "Do It"
  1630.         },
  1631.         /* [2] */
  1632.         {83, 203, 113, 288},
  1633.         Button {
  1634.             enabled,
  1635.             "Cancel"
  1636.         },
  1637.         /* [3] */
  1638.         {5, 8, 21, 298},
  1639.         StaticText {
  1640.             disabled,
  1641.             "Remote command is ^0"
  1642.         },
  1643.         /* [4] */
  1644.         {31, 8, 47, 83},
  1645.         StaticText {
  1646.             disabled,
  1647.             "^1"
  1648.         },
  1649.         /* [5] */
  1650.         {31, 90, 47, 365},
  1651.         EditText {
  1652.             enabled,
  1653.             ""
  1654.         },
  1655.         /* [6] */
  1656.         {56, 8, 72, 83},
  1657.         StaticText {
  1658.             disabled,
  1659.             "^2"
  1660.         },
  1661.         /* [7] */
  1662.         {57, 90, 73, 365},
  1663.         EditText {
  1664.             enabled,
  1665.             ""
  1666.         },
  1667.         /* [8] */
  1668.         {120, 30, 136, 352},
  1669.         StaticText {
  1670.             disabled,
  1671.             "Emergency exit: hold down \0x11 and type a "
  1672.             "period."
  1673.         }
  1674.     }
  1675. };
  1676.  
  1677. resource 'DITL' (1004, purgeable, preload) {
  1678.     {    /* array DITLarray: 17 elements */
  1679.         /* [1] */
  1680.         {224, 72, 248, 152},
  1681.         Button {
  1682.             enabled,
  1683.             "OK"
  1684.         },
  1685.         /* [2] */
  1686.         {224, 184, 248, 264},
  1687.         Button {
  1688.             enabled,
  1689.             "Cancel"
  1690.         },
  1691.         /* [3] */
  1692.         {8, 8, 24, 96},
  1693.         StaticText {
  1694.             disabled,
  1695.             "File Settings:"
  1696.         },
  1697.         /* [4] */
  1698.         {32, 8, 48, 320},
  1699.         RadioButton {
  1700.             enabled,
  1701.             "Attended: dialog on each file received."
  1702.         },
  1703.         /* [5] */
  1704.         {56, 8, 72, 328},
  1705.         RadioButton {
  1706.             enabled,
  1707.             "Unattended: with the following defaults."
  1708.             ".."
  1709.         },
  1710.         /* [6] */
  1711.         {80, 24, 96, 336},
  1712.         RadioButton {
  1713.             enabled,
  1714.             "Supersede existing files of the same nam"
  1715.             "e."
  1716.         },
  1717.         /* [7] */
  1718.         {96, 24, 112, 320},
  1719.         RadioButton {
  1720.             enabled,
  1721.             "Create new file names to avoid conflicts"
  1722.             "."
  1723.         },
  1724.         /* [8] */
  1725.         {144, 24, 160, 72},
  1726.         StaticText {
  1727.             disabled,
  1728.             "Mode:"
  1729.         },
  1730.         /* [9] */
  1731.         {144, 176, 160, 216},
  1732.         StaticText {
  1733.             disabled,
  1734.             "Fork:"
  1735.         },
  1736.         /* [10] */
  1737.         {48, 410, 56, 426},
  1738.         StaticText {
  1739.             disabled,
  1740.             "-"
  1741.         },
  1742.         /* [11] */
  1743.         {144, 224, 160, 288},
  1744.         RadioButton {
  1745.             enabled,
  1746.             "Data"
  1747.         },
  1748.         /* [12] */
  1749.         {160, 224, 176, 312},
  1750.         RadioButton {
  1751.             enabled,
  1752.             "Resource"
  1753.         },
  1754.         /* [13] */
  1755.         {144, 80, 160, 136},
  1756.         RadioButton {
  1757.             enabled,
  1758.             "Text"
  1759.         },
  1760.         /* [14] */
  1761.         {160, 80, 176, 144},
  1762.         RadioButton {
  1763.             enabled,
  1764.             "Binary"
  1765.         },
  1766.         /* [15] */
  1767.         {176, 80, 192, 176},
  1768.         RadioButton {
  1769.             enabled,
  1770.             "MacBinary"
  1771.         },
  1772.         /* [16] */
  1773.         {120, 24, 136, 232},
  1774.         CheckBox {
  1775.             enabled,
  1776.             "Keep partially received files"
  1777.         },
  1778.         /* [17] */
  1779.         {200, 8, 216, 304},
  1780.         CheckBox {
  1781.             enabled,
  1782.             "Use above defaults for sending too"
  1783.         }
  1784.     }
  1785. };
  1786.  
  1787.  
  1788. /* PWP was here╔ (many times) */
  1789. resource 'DITL' (1005, purgeable, preload) {
  1790.     {    /* array DITLarray: 18 elements */
  1791.         /* [1] */
  1792.         {216, 304, 240, 384},
  1793.         Button {
  1794.             enabled,
  1795.             "OK"
  1796.         },
  1797.         /* [2] */
  1798.         {216, 208, 240, 288},
  1799.         Button {
  1800.             enabled,
  1801.             "Cancel"
  1802.         },
  1803.         /* [3] */
  1804.         {8, 128, 24, 256},
  1805.         StaticText {
  1806.             disabled,
  1807.             "Terminal Settings:"
  1808.         },
  1809.         /* [4] */
  1810.         {64, 24, 80, 168},
  1811.         CheckBox {
  1812.             enabled,
  1813.             "Auto Wrap around"
  1814.         },
  1815.         /* [5] */
  1816.         {88, 24, 104, 160},
  1817.         CheckBox {
  1818.             enabled,
  1819.             "Auto Repeat Keys"
  1820.         },
  1821.         /* [6] */
  1822.         {160, 24, 176, 152},
  1823.         CheckBox {
  1824.             enabled,
  1825.             "Inverted Screen"
  1826.         },
  1827.         /* [7] */
  1828.         {112, 208, 128, 344},
  1829.         CheckBox {
  1830.             enabled,
  1831.             "Smooth Scrolling"
  1832.         },
  1833.         /* [8] */
  1834.         {40, 24, 56, 152},
  1835.         CheckBox {
  1836.             enabled,
  1837.             "Auto LF with CR"
  1838.         },
  1839.         /* [9] */
  1840.         {64, 208, 80, 304},
  1841.         CheckBox {
  1842.             enabled,
  1843.             "Local Echo"
  1844.         },
  1845.         /* [10] */
  1846.         {136, 208, 152, 380},
  1847.         CheckBox {
  1848.             enabled,
  1849.             "Symbolic Control Chars"
  1850.         },
  1851.         /* [11] */
  1852.         {112, 24, 128, 128},
  1853.         CheckBox {
  1854.             enabled,
  1855.             "Block Cursor"
  1856.         },
  1857.         /* [12] */
  1858.         {88, 208, 104, 368},
  1859.         CheckBox {
  1860.             enabled,
  1861.             "Mouse -> Arrow Keys"
  1862.         },
  1863.         /* [13] */
  1864.         {160, 208, 176, 304},
  1865.         CheckBox {
  1866.             enabled,
  1867.             "Visible Bell"
  1868.         },
  1869.         /* [14] */
  1870.         {184, 24, 200, 200},
  1871.         CheckBox {
  1872.             enabled,
  1873.             "Accept 8 Bit Characters"
  1874.         },
  1875.         /* [15] */
  1876.         {136, 24, 152, 144},
  1877.         CheckBox {
  1878.             enabled,
  1879.             "Blinking Cursor"
  1880.         },
  1881.         /* [16] */
  1882.         {216, 24, 240, 136},
  1883.         Button {
  1884.             enabled,
  1885.             "Reset Terminal"
  1886.         },
  1887.         /* [17] */
  1888.         {40, 200, 56, 220},
  1889.         EditText {
  1890.             enabled,
  1891.             "00"
  1892.         },
  1893.         /* [18] */
  1894.         {40, 225, 56, 377},
  1895.         StaticText {
  1896.             disabled,
  1897.             "Lines on the screen"
  1898.         }
  1899.     }
  1900. };
  1901.  
  1902.  
  1903.  
  1904. resource 'DITL' (1006, preload, purgeable) {
  1905.     {    /* array DITLarray: 3 elements */
  1906.         /* [1] */
  1907.         {115, 235, 135, 315},
  1908.         Button {
  1909.             enabled,
  1910.             "Done"
  1911.         },
  1912.         /* [2] */
  1913.         {0, 0, 0, 0},
  1914.         UserItem {
  1915.             disabled
  1916.         },
  1917.         /* [3] */
  1918.         {20, 15, 35, 345},
  1919.         StaticText {
  1920.             enabled,
  1921.             ""
  1922.         }
  1923.     }
  1924. };
  1925.  
  1926. resource 'DITL' (1007, preload, purgeable) {
  1927.     {    /* array DITLarray: 4 elements */
  1928.         /* [1] */
  1929.         {65, 210, 85, 290},
  1930.         Button {
  1931.             enabled,
  1932.             "OK"
  1933.         },
  1934.         /* [2] */
  1935.         {65, 20, 85, 100},
  1936.         Button {
  1937.             enabled,
  1938.             "Cancel"
  1939.         },
  1940.         /* [3] */
  1941.         {15, 15, 50, 295},
  1942.         EditText {
  1943.             enabled,
  1944.             ""
  1945.         },
  1946.         /* [4] */
  1947.         {65, 115, 85, 195},
  1948.         Button {
  1949.             enabled,
  1950.             "Help"
  1951.         }
  1952.     }
  1953. };
  1954.  
  1955. resource 'DITL' (1008, preload, purgeable) {
  1956.     {    /* array DITLarray: 51 elements */
  1957.         /* [1] */
  1958.         {184, 296, 208, 360},
  1959.         Button {
  1960.             enabled,
  1961.             "OK"
  1962.         },
  1963.         /* [2] */
  1964.         {184, 112, 208, 184},
  1965.         Button {
  1966.             enabled,
  1967.             "Cancel"
  1968.         },
  1969.         /* [3] */
  1970.         {72, 320, 88, 340},
  1971.         CheckBox {
  1972.             enabled,
  1973.             ""
  1974.         },
  1975.         /* [4] */
  1976.         {72, 288, 88, 308},
  1977.         CheckBox {
  1978.             enabled,
  1979.             ""
  1980.         },
  1981.         /* [5] */
  1982.         {72, 256, 88, 276},
  1983.         CheckBox {
  1984.             enabled,
  1985.             ""
  1986.         },
  1987.         /* [6] */
  1988.         {72, 200, 88, 220},
  1989.         CheckBox {
  1990.             enabled,
  1991.             ""
  1992.         },
  1993.         /* [7] */
  1994.         {72, 144, 88, 164},
  1995.         CheckBox {
  1996.             enabled,
  1997.             ""
  1998.         },
  1999.         /* [8] */
  2000.         {72, 112, 88, 132},
  2001.         CheckBox {
  2002.             enabled,
  2003.             ""
  2004.         },
  2005.         /* [9] */
  2006.         {72, 80, 88, 100},
  2007.         CheckBox {
  2008.             enabled,
  2009.             ""
  2010.         },
  2011.         /* [10] */
  2012.         {72, 48, 88, 68},
  2013.         CheckBox {
  2014.             enabled,
  2015.             ""
  2016.         },
  2017.         /* [11] */
  2018.         {72, 16, 88, 36},
  2019.         CheckBox {
  2020.             enabled,
  2021.             ""
  2022.         },
  2023.         /* [12] */
  2024.         {96, 320, 112, 340},
  2025.         CheckBox {
  2026.             enabled,
  2027.             ""
  2028.         },
  2029.         /* [13] */
  2030.         {96, 288, 112, 308},
  2031.         CheckBox {
  2032.             enabled,
  2033.             ""
  2034.         },
  2035.         /* [14] */
  2036.         {96, 256, 112, 276},
  2037.         CheckBox {
  2038.             enabled,
  2039.             ""
  2040.         },
  2041.         /* [15] */
  2042.         {96, 200, 112, 220},
  2043.         CheckBox {
  2044.             enabled,
  2045.             ""
  2046.         },
  2047.         /* [16] */
  2048.         {96, 144, 112, 164},
  2049.         CheckBox {
  2050.             enabled,
  2051.             ""
  2052.         },
  2053.         /* [17] */
  2054.         {96, 112, 112, 132},
  2055.         CheckBox {
  2056.             enabled,
  2057.             ""
  2058.         },
  2059.         /* [18] */
  2060.         {96, 80, 112, 100},
  2061.         CheckBox {
  2062.             enabled,
  2063.             ""
  2064.         },
  2065.         /* [19] */
  2066.         {96, 48, 112, 68},
  2067.         CheckBox {
  2068.             enabled,
  2069.             ""
  2070.         },
  2071.         /* [20] */
  2072.         {96, 16, 112, 36},
  2073.         CheckBox {
  2074.             enabled,
  2075.             ""
  2076.         },
  2077.         /* [21] */
  2078.         {120, 320, 136, 340},
  2079.         CheckBox {
  2080.             enabled,
  2081.             ""
  2082.         },
  2083.         /* [22] */
  2084.         {120, 288, 136, 308},
  2085.         CheckBox {
  2086.             enabled,
  2087.             ""
  2088.         },
  2089.         /* [23] */
  2090.         {120, 256, 136, 276},
  2091.         CheckBox {
  2092.             enabled,
  2093.             ""
  2094.         },
  2095.         /* [24] */
  2096.         {120, 200, 136, 220},
  2097.         CheckBox {
  2098.             enabled,
  2099.             ""
  2100.         },
  2101.         /* [25] */
  2102.         {120, 144, 136, 164},
  2103.         CheckBox {
  2104.             enabled,
  2105.             ""
  2106.         },
  2107.         /* [26] */
  2108.         {120, 112, 136, 132},
  2109.         CheckBox {
  2110.             enabled,
  2111.             ""
  2112.         },
  2113.         /* [27] */
  2114.         {120, 80, 136, 100},
  2115.         CheckBox {
  2116.             enabled,
  2117.             ""
  2118.         },
  2119.         /* [28] */
  2120.         {120, 48, 136, 68},
  2121.         CheckBox {
  2122.             enabled,
  2123.             ""
  2124.         },
  2125.         /* [29] */
  2126.         {120, 16, 136, 36},
  2127.         CheckBox {
  2128.             enabled,
  2129.             ""
  2130.         },
  2131.         /* [30] */
  2132.         {144, 320, 160, 340},
  2133.         CheckBox {
  2134.             enabled,
  2135.             ""
  2136.         },
  2137.         /* [31] */
  2138.         {144, 288, 160, 308},
  2139.         CheckBox {
  2140.             enabled,
  2141.             ""
  2142.         },
  2143.         /* [32] */
  2144.         {144, 256, 160, 276},
  2145.         CheckBox {
  2146.             enabled,
  2147.             ""
  2148.         },
  2149.         /* [33] */
  2150.         {144, 200, 160, 220},
  2151.         CheckBox {
  2152.             enabled,
  2153.             ""
  2154.         },
  2155.         /* [34] */
  2156.         {144, 144, 160, 164},
  2157.         CheckBox {
  2158.             enabled,
  2159.             ""
  2160.         },
  2161.         /* [35] */
  2162.         {144, 112, 160, 132},
  2163.         CheckBox {
  2164.             enabled,
  2165.             ""
  2166.         },
  2167.         /* [36] */
  2168.         {144, 80, 160, 100},
  2169.         CheckBox {
  2170.             enabled,
  2171.             ""
  2172.         },
  2173.         /* [37] */
  2174.         {144, 48, 160, 68},
  2175.         CheckBox {
  2176.             enabled,
  2177.             ""
  2178.         },
  2179.         /* [38] */
  2180.         {144, 16, 160, 40},
  2181.         CheckBox {
  2182.             enabled,
  2183.             ""
  2184.         },
  2185.         /* [39] */
  2186.         {72, 352, 88, 464},
  2187.         EditText {
  2188.             enabled,
  2189.             ""
  2190.         },
  2191.         /* [40] */
  2192.         {96, 352, 112, 464},
  2193.         EditText {
  2194.             enabled,
  2195.             ""
  2196.         },
  2197.         /* [41] */
  2198.         {120, 352, 136, 464},
  2199.         EditText {
  2200.             enabled,
  2201.             ""
  2202.         },
  2203.         /* [42] */
  2204.         {144, 352, 160, 464},
  2205.         EditText {
  2206.             enabled,
  2207.             ""
  2208.         },
  2209.         /* [43] */
  2210.         {64, 8, 65, 176},
  2211.         UserItem {
  2212.             enabled
  2213.         },
  2214.         /* [44] */
  2215.         {64, 176, 168, 177},
  2216.         UserItem {
  2217.             enabled
  2218.         },
  2219.         /* [45] */
  2220.         {64, 176, 65, 466},
  2221.         UserItem {
  2222.             enabled
  2223.         },
  2224.         /* [46] */
  2225.         {168, 8, 169, 466},
  2226.         UserItem {
  2227.             enabled
  2228.         },
  2229.         /* [47] */
  2230.         {40, 8, 56, 162},
  2231.         StaticText {
  2232.             enabled,
  2233.             "Ctrl  Opt  Lock  Shift  \0x11"
  2234.         },
  2235.         /* [48] */
  2236.         {40, 176, 56, 456},
  2237.         StaticText {
  2238.             enabled,
  2239.             "Unmodify  Caps  Ctrl  Meta  Prefix strin"
  2240.             "g:"
  2241.         },
  2242.         /* [49] */
  2243.         {16, 8, 32, 160},
  2244.         StaticText {
  2245.             disabled,
  2246.             "Modifier Pattern:   -->"
  2247.         },
  2248.         /* [50] */
  2249.         {16, 176, 32, 472},
  2250.         StaticText {
  2251.             disabled,
  2252.             "Modification:  (default is modified as t"
  2253.             "yped)"
  2254.         },
  2255.         /* [51] */
  2256.         {184, 208, 208, 272},
  2257.         Button {
  2258.             enabled,
  2259.             "Help"
  2260.         }
  2261.     }
  2262. };
  2263.  
  2264. resource 'DITL' (1009, preload, purgeable) {
  2265.     {    /* array DITLarray: 3 elements */
  2266.         /* [1] */
  2267.         {220, 165, 240, 245},
  2268.         Button {
  2269.             enabled,
  2270.             "OK"
  2271.         },
  2272.         /* [2] */
  2273.         {10, 5, 105, 405},
  2274.         StaticText {
  2275.             disabled,
  2276.             "Enter the string to be sent to the line "
  2277.             "into the edit box and click on OK.\n\nTo d"
  2278.             "efine unprintable characters like ESC, B"
  2279.             "ell, BS, DEL, ╔ enter a \\ followed by th"
  2280.             "e octal representation of the ASCII ch"
  2281.             "aracter desired.  To enter a \\ just double it."
  2282.         },
  2283.         /* [3] */
  2284.         {110, 5, 210, 405},
  2285.         StaticText {
  2286.             disabled,
  2287.             "Examples:  BS: \\10   LF: \\12   CR: \\15   "
  2288.             "ESC: \\33   DEL: \\177\n\nYou cannot combine "
  2289.             "both characters and breaks in a single key macro.  "
  2290.             "For a short break "
  2291.             "enter \\break or \\shortbreak and for a "
  2292.             "long break enter \\longbreak\n"
  2293.         }
  2294.     }
  2295. };
  2296.  
  2297. resource 'DITL' (1010, preload, purgeable) {
  2298.     {    /* array DITLarray: 2 elements */
  2299.         /* [1] */
  2300.         {65, 20, 94, 63},
  2301.         Button {
  2302.             enabled,
  2303.             "OK"
  2304.         },
  2305.         /* [2] */
  2306.         {12, 72, 94, 236},
  2307.         StaticText {
  2308.             disabled,
  2309.             "^0 ^1 ^2^3"
  2310.         }
  2311.     }
  2312. };
  2313.  
  2314. #ifdef DEBUG
  2315. resource 'DITL' (1011, preload, purgeable) {
  2316.     {    /* array DITLarray: 2 elements */
  2317.         /* [1] */
  2318.         {90, 13, 110, 83},
  2319.         Button {
  2320.             enabled,
  2321.             "OK"
  2322.         },
  2323.         /* [2] */
  2324.         {10, 60, 70, 350},
  2325.         StaticText {
  2326.             disabled,
  2327.             "Debug: ^0 ^1 ^2 ^3"
  2328.         }
  2329.     }
  2330. };
  2331. #endif
  2332.  
  2333. resource 'DITL' (1012, preload, purgeable) {
  2334.     {    /* array DITLarray: 3 elements */
  2335.         /* [1] */
  2336.         {63, 75, 83, 125},
  2337.         Button {
  2338.             enabled,
  2339.             "OK"
  2340.         },
  2341.         /* [2] */
  2342.         {63, 154, 83, 204},
  2343.         Button {
  2344.             enabled,
  2345.             "Cancel"
  2346.         },
  2347.         /* [3] */
  2348.         {10, 75, 46, 216},
  2349.         StaticText {
  2350.             disabled,
  2351.             "Emergency Exit?"
  2352.         }
  2353.     }
  2354. };
  2355.  
  2356. resource 'DITL' (1013, preload, purgeable) {
  2357.     {    /* array DITLarray: 7 elements */
  2358.         /* [1] */
  2359.         {251, 192, 275, 272},
  2360.         Button {
  2361.             enabled,
  2362.             "OK"
  2363.         },
  2364.         /* [2] */
  2365.         {8, 8, 72, 472},
  2366.         StaticText {
  2367.             disabled,
  2368.             "For each row, the left side is a pattern"
  2369.             " of modifier keys to match, and the righ"
  2370.             "t side is what to do to the character wh"
  2371.             "en that pattern is used to produce it.  "
  2372.             "The modifier keys are Control, Option, C"
  2373.             "aps Lock, Shift, and Command (\0x11). "
  2374.         },
  2375.         /* [3] */
  2376.         {184, 8, 200, 472},
  2377.         StaticText {
  2378.             disabled,
  2379.             "Meta means set the 8th (high or parity) "
  2380.             "bit of this character."
  2381.         },
  2382.         /* [4] */
  2383.         {80, 8, 112, 472},
  2384.         StaticText {
  2385.             disabled,
  2386.             "Unmodify means use the code that would h"
  2387.             "ave been produced if the same key were t"
  2388.             "yped without holding down any modifier k"
  2389.             "eys. "
  2390.         },
  2391.         /* [5] */
  2392.         {120, 8, 136, 472},
  2393.         StaticText {
  2394.             disabled,
  2395.             "Caps means pretend that the Caps Lock ke"
  2396.             "y was down."
  2397.         },
  2398.         /* [6] */
  2399.         {144, 8, 176, 472},
  2400.         StaticText {
  2401.             disabled,
  2402.             "Ctrl means make this letter into the con"
  2403.             "trol character of the same name (actuall"
  2404.             "y: use only the low 5 bits)."
  2405.         },
  2406.         /* [7] */
  2407.         {208, 8, 240, 472},
  2408.         StaticText {
  2409.             disabled,
  2410.             "If anything is entered as the Prefix str"
  2411.             "ing, it will be sent before the modified"
  2412.             " key."
  2413.         }
  2414.     }
  2415. };
  2416.  
  2417. resource 'DITL' (1014, purgeable, preload) {
  2418.     {    /* array DITLarray: 29 elements */
  2419.         /* [1] */
  2420.         {240, 304, 264, 384},
  2421.         Button {
  2422.             enabled,
  2423.             "OK"
  2424.         },
  2425.         /* [2] */
  2426.         {240, 208, 264, 288},
  2427.         Button {
  2428.             enabled,
  2429.             "Cancel"
  2430.         },
  2431.         /* [3] */
  2432.         {8, 104, 24, 280},
  2433.         StaticText {
  2434.             disabled,
  2435.             "Terminal Character Sets:"
  2436.         },
  2437.         /* [4] */
  2438.         {56, 8, 72, 168},
  2439.         RadioButton {
  2440.             enabled,
  2441.             "USA National (ASCII)"
  2442.         },
  2443.         /* [5] */
  2444.         {72, 8, 88, 168},
  2445.         RadioButton {
  2446.             enabled,
  2447.             "UK National"
  2448.         },
  2449.         /* [6] */
  2450.         {88, 8, 104, 168},
  2451.         RadioButton {
  2452.             enabled,
  2453.             "Dutch National"
  2454.         },
  2455.         /* [7] */
  2456.         {104, 8, 120, 168},
  2457.         RadioButton {
  2458.             enabled,
  2459.             "Finnish National"
  2460.         },
  2461.         /* [8] */
  2462.         {120, 8, 136, 168},
  2463.         RadioButton {
  2464.             enabled,
  2465.             "French National"
  2466.         },
  2467.         /* [9] */
  2468.         {136, 8, 152, 200},
  2469.         RadioButton {
  2470.             enabled,
  2471.             "French Canadian National"
  2472.         },
  2473.         /* [10] */
  2474.         {152, 8, 168, 168},
  2475.         RadioButton {
  2476.             enabled,
  2477.             "German National"
  2478.         },
  2479.         /* [11] */
  2480.         {168, 8, 184, 168},
  2481.         RadioButton {
  2482.             enabled,
  2483.             "Italian National"
  2484.         },
  2485.         /* [12] */
  2486.         {184, 8, 200, 192},
  2487.         RadioButton {
  2488.             enabled,
  2489.             "Norwegian/Danish Nat."
  2490.         },
  2491.         /* [13] */
  2492.         {200, 8, 216, 168},
  2493.         RadioButton {
  2494.             enabled,
  2495.             "Portuguese National"
  2496.         },
  2497.         /* [14] */
  2498.         {216, 8, 232, 168},
  2499.         RadioButton {
  2500.             enabled,
  2501.             "Spanish National"
  2502.         },
  2503.         /* [15] */
  2504.         {232, 8, 248, 168},
  2505.         RadioButton {
  2506.             enabled,
  2507.             "Swedish National"
  2508.         },
  2509.         /* [16] */
  2510.         {248, 8, 264, 168},
  2511.         RadioButton {
  2512.             enabled,
  2513.             "Swiss National"
  2514.         },
  2515.         /* [17] */
  2516.         {88, 208, 104, 376},
  2517.         RadioButton {
  2518.             enabled,
  2519.             "ISO Latin 1 (Western)"
  2520.         },
  2521.         /* [18] */
  2522.         {104, 208, 120, 368},
  2523.         RadioButton {
  2524.             disabled,
  2525.             "ISO Latin 2 (Eastern)"
  2526.         },
  2527.         /* [19] */
  2528.         {120, 208, 136, 376},
  2529.         RadioButton {
  2530.             disabled,
  2531.             "ISO Latin 3 (Romance)"
  2532.         },
  2533.         /* [20] */
  2534.         {136, 208, 152, 400},
  2535.         RadioButton {
  2536.             disabled,
  2537.             "ISO Latin 4 (Scandinavian)"
  2538.         },
  2539.         /* [21] */
  2540.         {152, 208, 168, 368},
  2541.         RadioButton {
  2542.             disabled,
  2543.             "ISO Latin/Cyrillic"
  2544.         },
  2545.         /* [22] */
  2546.         {168, 208, 184, 368},
  2547.         RadioButton {
  2548.             disabled,
  2549.             "ISO Latin/Arabic"
  2550.         },
  2551.         /* [23] */
  2552.         {184, 208, 200, 368},
  2553.         RadioButton {
  2554.             disabled,
  2555.             "ISO Latin/Greek"
  2556.         },
  2557.         /* [24] */
  2558.         {200, 208, 216, 368},
  2559.         RadioButton {
  2560.             disabled,
  2561.             "ISO Latin/Hebrew"
  2562.         },
  2563.         /* [25] */
  2564.         {216, 208, 232, 368},
  2565.         RadioButton {
  2566.             disabled,
  2567.             "ISO Latin 5 (Turkish)"
  2568.         },
  2569.         /* [26] */
  2570.         {56, 208, 72, 368},
  2571.         RadioButton {
  2572.             enabled,
  2573.             "DEC Graphics"
  2574.         },
  2575.         /* [27] */
  2576.         {72, 208, 88, 368},
  2577.         RadioButton {
  2578.             enabled,
  2579.             "DEC Technical"
  2580.         },
  2581.         /* [28] */
  2582.         {32, 8, 48, 176},
  2583.         StaticText {
  2584.             disabled,
  2585.             "G0 (normal characters):"
  2586.         },
  2587.         /* [29] */
  2588.         {32, 208, 48, 360},
  2589.         StaticText {
  2590.             disabled,
  2591.             "G1 (8 bit characters):"
  2592.         }
  2593.     }
  2594. };
  2595.  
  2596.  
  2597. resource 'DITL' (1015) {
  2598.     {    /* array DITLarray: 8 elements */
  2599.         /* [1] */
  2600.         {132, 218, 150, 288},
  2601.         Button {
  2602.             enabled,
  2603.             "Set"
  2604.         },
  2605.         /* [2] */
  2606.         {158, 218, 176, 288},
  2607.         Button {
  2608.             enabled,
  2609.             "Cancel"
  2610.         },
  2611.         /* [3] */
  2612.         {10, 15, 26, 198},
  2613.         StaticText {
  2614.             disabled,
  2615.             "Select Default Directory"
  2616.         },
  2617.         /* [4] */
  2618.         {29, 198, 49, 302},
  2619.         UserItem {
  2620.             disabled
  2621.         },
  2622.         /* [5] */
  2623.         {56, 218, 74, 288},
  2624.         Button {
  2625.             enabled,
  2626.             "Eject"
  2627.         },
  2628.         /* [6] */
  2629.         {82, 218, 100, 288},
  2630.         Button {
  2631.             enabled,
  2632.             "Drive"
  2633.         },
  2634.         /* [7] */
  2635.         {0, 1500, 50, 1550},
  2636.         EditText {
  2637.             enabled,
  2638.             ""
  2639.         },
  2640.         /* [8] */
  2641.         {59, 14, 157, 197},
  2642.         UserItem {
  2643.             disabled
  2644.         }
  2645.     }
  2646. };
  2647.  
  2648. resource 'DITL' (1016, purgeable, preload) {
  2649.     {    /* array DITLarray: 14 elements */
  2650.         /* [1] */
  2651.         {208, 104, 232, 168},
  2652.         Button {
  2653.             enabled,
  2654.             "OK"
  2655.         },
  2656.         /* [2] */
  2657.         {16, 56, 32, 216},
  2658.         StaticText {
  2659.             disabled,
  2660.             "File Transfer Statistics"
  2661.         },
  2662.         /* [3] */
  2663.         {48, 50, 64, 170},
  2664.         StaticText {
  2665.             disabled,
  2666.             "Transaction time:"
  2667.         },
  2668.         /* [4] */
  2669.         {72, 24, 88, 168},
  2670.         StaticText {
  2671.             disabled,
  2672.             "Characters from line:"
  2673.         },
  2674.         /* [5] */
  2675.         {96, 42, 112, 170},
  2676.         StaticText {
  2677.             disabled,
  2678.             "Characters to line:"
  2679.         },
  2680.         /* [6] */
  2681.         {120, 25, 136, 169},
  2682.         StaticText {
  2683.             disabled,
  2684.             "Effective characters:"
  2685.         },
  2686.         /* [7] */
  2687.         {144, 32, 160, 168},
  2688.         StaticText {
  2689.             disabled,
  2690.             "Effective baud rate:"
  2691.         },
  2692.         /* [8] */
  2693.         {48, 184, 64, 248},
  2694.         StaticText {
  2695.             disabled,
  2696.             ""
  2697.         },
  2698.         /* [9] */
  2699.         {72, 184, 88, 248},
  2700.         StaticText {
  2701.             disabled,
  2702.             ""
  2703.         },
  2704.         /* [10] */
  2705.         {96, 184, 112, 248},
  2706.         StaticText {
  2707.             disabled,
  2708.             ""
  2709.         },
  2710.         /* [11] */
  2711.         {120, 184, 136, 248},
  2712.         StaticText {
  2713.             disabled,
  2714.             ""
  2715.         },
  2716.         /* [12] */
  2717.         {144, 184, 160, 248},
  2718.         StaticText {
  2719.             disabled,
  2720.             ""
  2721.         },
  2722.         /* [13] */
  2723.         {168, 95, 184, 167},
  2724.         StaticText {
  2725.             disabled,
  2726.             "Efficiency:"
  2727.         },
  2728.         /* [14] */
  2729.         {168, 184, 184, 248},
  2730.         StaticText {
  2731.             disabled,
  2732.             ""
  2733.         }
  2734.     }
  2735. };
  2736.  
  2737. resource 'DITL' (1018, purgeable, preload) {
  2738.     {    /* array DITLarray: 4 elements */
  2739.         /* [1] */
  2740.         {67, 257, 87, 315},
  2741.         Button {
  2742.             enabled,
  2743.             "YES"
  2744.         },
  2745.         /* [2] */
  2746.         {67, 168, 87, 226},
  2747.         Button {
  2748.             enabled,
  2749.             "NO"
  2750.         },
  2751.         /* [3] */
  2752.         {67, 83, 87, 141},
  2753.         Button {
  2754.             enabled,
  2755.             "Cancel"
  2756.         },
  2757.         /* [4] */
  2758.         {11, 15, 55, 334},
  2759.         StaticText {
  2760.             disabled,
  2761.             "^0"
  2762.         }
  2763.     }
  2764. };
  2765.  
  2766. resource 'DITL' (2001, preload, purgeable) {    /*JAO*/
  2767.     {    /* array DITLarray: 5 elements */
  2768.         /* [1] */
  2769.         {120, 216, 144, 296},
  2770.         Button {
  2771.             enabled,
  2772.             "OK"
  2773.         },
  2774.         /* [2] */
  2775.         {88, 34, 104, 227},
  2776.         StaticText {
  2777.             enabled,
  2778.             "Characters Lost: ^0"
  2779.         },
  2780.         /* [3] */
  2781.         {65, 34, 81, 258},
  2782.         StaticText {
  2783.             enabled,
  2784.             "Characters Buffered: ^1"
  2785.         },
  2786.         /* [4] */
  2787.         {40, 34, 56, 202},
  2788.         StaticText {
  2789.             enabled,
  2790.             "Buffer Size: ^2"
  2791.         },
  2792.         /* [5] */
  2793.         {8, 8, 24, 127},
  2794.         StaticText {
  2795.             enabled,
  2796.             "Status╔"
  2797.         }
  2798.     }
  2799. };
  2800.  
  2801. resource 'DITL' (2002, preload, purgeable) {    /*JAO*/
  2802.     {    /* array DITLarray: 1 element */
  2803.         /* [1] */
  2804.         {10, 15, 500, 500},
  2805.         StaticText {
  2806.             enabled,
  2807.             "Capturing text to be printed"
  2808.         },
  2809.     }
  2810. };
  2811.  
  2812.  
  2813. resource 'DITL' (2003, preload, purgeable) {    /*JAO*/
  2814.     {    /* array DITLarray: 1 element */
  2815.         /* [1] */
  2816.         {10, 15, 500, 500},
  2817.         StaticText {
  2818.             enabled,
  2819.      "Warning, captured text overflowed\nits storage space, some text is lost."
  2820.         },
  2821.     }
  2822. };
  2823.  
  2824.  
  2825. resource 'DITL' (2004, preload, purgeable) {    /*JAO*/
  2826.     {    /* array DITLarray: 4 elements */
  2827.         /* [1] */
  2828.         {55, 56, 79, 216},
  2829.         Button {
  2830.             enabled,
  2831.             "Print anyway"
  2832.         },
  2833.         /* [2] */
  2834.         {90, 56, 114, 216},
  2835.         Button {
  2836.             enabled,
  2837.             "Cancel"
  2838.         },
  2839.         /* [3] */
  2840.         {125, 56, 149, 216},
  2841.         Button {
  2842.             enabled,
  2843.             "Cancel, discard text"
  2844.         },
  2845.         /* [4] */
  2846.         {10, 34, 42, 327},
  2847.         StaticText {
  2848.             enabled,
  2849.     "Captured text overflowed storage,\nsome text is lost.  Print anyway?"
  2850.         }
  2851.     }
  2852. };
  2853.  
  2854.  
  2855. resource 'DITL' (2005, preload, purgeable) {    /*JAO*/
  2856.     {    /* array DITLarray: 3 elements */
  2857.         /* [1] */
  2858.         {10, 34, 42, 174},
  2859.         StaticText {
  2860.             enabled,
  2861.             "Printing╔\nTo cancel press \0x11-."
  2862.         }
  2863.     }
  2864. };
  2865.  
  2866. resource 'DITL' (3998, preload, purgeable) {
  2867.     {    /* array DITLarray: 5 elements */
  2868.         /* [1] */
  2869.         {90, 38, 112, 117},
  2870.         Button {
  2871.             enabled,
  2872.             "Get"
  2873.         },
  2874.         /* [2] */
  2875.         {90, 155, 112, 225},
  2876.         Button {
  2877.             enabled,
  2878.             "Cancel"
  2879.         },
  2880.         /* [3] */
  2881.         {32, 12, 48, 184},
  2882.         StaticText {
  2883.             disabled,
  2884.             "Get remote file:"
  2885.         },
  2886.         /* [4] */
  2887.         {57, 15, 76, 247},
  2888.         EditText {
  2889.             enabled,
  2890.             ""
  2891.         },
  2892.         /* [5] */
  2893.         {11, 216, 43, 248},
  2894.         Icon {
  2895.             disabled,
  2896.             1000
  2897.         }
  2898.     }
  2899. };
  2900.  
  2901. resource 'DITL' (3999, purgeable, preload) {
  2902.     {    /* array DITLarray: 16 elements */
  2903.         /* [1] */
  2904.         {216, 16, 236, 86},
  2905.         Button {
  2906.             enabled,
  2907.             "OK"
  2908.         },
  2909.         /* [2] */
  2910.         {216, 96, 236, 166},
  2911.         Button {
  2912.             enabled,
  2913.             "Cancel"
  2914.         },
  2915.         /* [3] */
  2916.         {112, 16, 128, 184},
  2917.         StaticText {
  2918.             enabled,
  2919.             "Receive as:"
  2920.         },
  2921.         /* [4] */
  2922.         {88, 216, 112, 344},
  2923.         UserItem {
  2924.             enabled
  2925.         },
  2926.         /* [5] */
  2927.         {123, 240, 143, 320},
  2928.         Button {
  2929.             enabled,
  2930.             "Eject"
  2931.         },
  2932.         /* [6] */
  2933.         {150, 240, 170, 320},
  2934.         Button {
  2935.             enabled,
  2936.             "Drive"
  2937.         },
  2938.         /* [7] */
  2939.         {136, 16, 152, 184},
  2940.         EditText {
  2941.             enabled,
  2942.             ""
  2943.         },
  2944.         /* [8] */
  2945.         {30, 16, 110, 184},
  2946.         UserItem {
  2947.             enabled
  2948.         },
  2949.         /* [9] */
  2950.         {36, 262, 68, 294},
  2951.         Icon {
  2952.             enabled,
  2953.             1000
  2954.         },
  2955.         /* [10] */
  2956.         {23, 207, 175, 208},
  2957.         UserItem {
  2958.             enabled
  2959.         },
  2960.         /* [11] */
  2961.         {160, 112, 176, 168},
  2962.         RadioButton {
  2963.             enabled,
  2964.             "Data"
  2965.         },
  2966.         /* [12] */
  2967.         {176, 112, 192, 192},
  2968.         RadioButton {
  2969.             enabled,
  2970.             "Resource"
  2971.         },
  2972.         /* [13] */
  2973.         {160, 16, 176, 80},
  2974.         RadioButton {
  2975.             enabled,
  2976.             "Text"
  2977.         },
  2978.         /* [14] */
  2979.         {176, 16, 192, 88},
  2980.         RadioButton {
  2981.             enabled,
  2982.             "Binary"
  2983.         },
  2984.         /* [15] */
  2985.         {192, 16, 208, 112},
  2986.         RadioButton {
  2987.             enabled,
  2988.             "MacBinary"
  2989.         },
  2990.         /* [16] */
  2991.         {216, 176, 236, 336},
  2992.         Button {
  2993.             enabled,
  2994.             "Proceed Automatically"
  2995.         }
  2996.     }
  2997. };
  2998.  
  2999. resource 'DITL' (4000, purgeable, preload) {
  3000.     {    /* array DITLarray: 20 elements */
  3001.         /* [1] */
  3002.         {51, 174, 69, 254},
  3003.         Button {
  3004.             enabled,
  3005.             "Send"
  3006.         },
  3007.         /* [2] */
  3008.         {148, 488, 166, 568},
  3009.         Button {
  3010.             enabled,
  3011.             "0"
  3012.         },
  3013.         /* [3] */
  3014.         {91, 173, 109, 253},
  3015.         Button {
  3016.             enabled,
  3017.             "Cancel"
  3018.         },
  3019.         /* [4] */
  3020.         {83, 284, 101, 380},
  3021.         UserItem {
  3022.             disabled
  3023.         },
  3024.         /* [5] */
  3025.         {121, 290, 139, 370},
  3026.         Button {
  3027.             enabled,
  3028.             "Eject"
  3029.         },
  3030.         /* [6] */
  3031.         {154, 291, 172, 371},
  3032.         Button {
  3033.             enabled,
  3034.             "Drive"
  3035.         },
  3036.         /* [7] */
  3037.         {10, 9, 124, 149},
  3038.         UserItem {
  3039.             enabled
  3040.         },
  3041.         /* [8] */
  3042.         {10, 148, 124, 164},
  3043.         UserItem {
  3044.             enabled
  3045.         },
  3046.         /* [9] */
  3047.         {10, 270, 246, 271},
  3048.         UserItem {
  3049.             enabled
  3050.         },
  3051.         /* [10] */
  3052.         {32, 435, 128, 536},
  3053.         StaticText {
  3054.             disabled,
  3055.             "h"
  3056.         },
  3057.         /* [11] */
  3058.         {176, 168, 192, 224},
  3059.         RadioButton {
  3060.             enabled,
  3061.             "Data"
  3062.         },
  3063.         /* [12] */
  3064.         {192, 168, 208, 248},
  3065.         RadioButton {
  3066.             enabled,
  3067.             "Resource"
  3068.         },
  3069.         /* [13] */
  3070.         {176, 48, 192, 112},
  3071.         RadioButton {
  3072.             enabled,
  3073.             "Text"
  3074.         },
  3075.         /* [14] */
  3076.         {192, 48, 208, 112},
  3077.         RadioButton {
  3078.             enabled,
  3079.             "Binary"
  3080.         },
  3081.         /* [15] */
  3082.         {208, 48, 224, 144},
  3083.         RadioButton {
  3084.             enabled,
  3085.             "MacBinary"
  3086.         },
  3087.         /* [16] */
  3088.         {132, 12, 150, 44},
  3089.         StaticText {
  3090.             disabled,
  3091.             "As:"
  3092.         },
  3093.         /* [17] */
  3094.         {52, 455, 148, 556},
  3095.         EditText {
  3096.             enabled,
  3097.             ""
  3098.         },
  3099.         /* [18] */
  3100.         {155, 15, 171, 255},
  3101.         EditText {
  3102.             enabled,
  3103.             ""
  3104.         },
  3105.         /* [19] */
  3106.         {31, 311, 63, 343},
  3107.         Icon {
  3108.             disabled,
  3109.             1000
  3110.         },
  3111.         /* [20] */
  3112.         {225, 15, 245, 260},
  3113.         CheckBox {
  3114.             enabled,
  3115.             "Send all files of the current folder"
  3116.         }
  3117.     }
  3118. };
  3119.  
  3120. resource 'ICON' (1000, preload, purgeable) {
  3121.     $"0000 0000 0000 0000 0000 0004 0003 7616"
  3122.     $"0005 8D0E 0007 071C 0008 0084 0014 0244"
  3123.     $"0016 0644 5011 988C 300C 6318 5FC3 0CF8"
  3124.     $"20F7 FFE0 001F 5700 0003 AA00 0001 5600"
  3125.     $"0001 AF00 0001 F7C0 0003 83E0 0003 FFE0"
  3126.     $"0007 B7E0 0007 AFE0 000F 9F60 000D AF60"
  3127.     $"000D B760 001D FF78 007C 0078 007C 0040"
  3128.     $"0004 0F40 07E5 0040 FC1C 0040 0007 FFC0",
  3129. };
  3130.  
  3131. resource 'ICON' (2000, preload, purgeable) {
  3132.     $"0000 0000 0003 FE00 001D 1580 0034 46C0"
  3133.     $"0051 1160 0044 4720 0091 18D0 00C4 6050"
  3134.     $"0111 4050 0145 8028 0316 0028 0249 E3D8"
  3135.     $"0312 0038 0250 E5D0 02B0 4490 0360 0410"
  3136.     $"0360 0410 0360 0010 03C0 1110 0110 0E10"
  3137.     $"0150 0020 00C8 40A0 0048 3F20 0004 0040"
  3138.     $"0022 0040 0001 8080 0020 6100 0000 1E"
  3139. };
  3140.  
  3141. resource 'ICON' (2001, preload, purgeable) {
  3142.     $"0000 0000 000F F800 0035 5600 00EA AB80"
  3143.     $"0155 5540 01AA AAC0 0355 57E0 02AA ADA0"
  3144.     $"0355 78E0 06AB C0B0 057E 00D0 06E0 00F0"
  3145.     $"05DE 3DD0 0761 C370 055C 9D50 0748 8970"
  3146.     $"0541 C150 0322 2260 029C 1C20 0181 4060"
  3147.     $"0180 00C0 0143 E1C0 00C7 F280 00AC 1F80"
  3148.     $"007B EB00 0028 8E00 0038 8A00 001F FC00"
  3149.     $"000D 5800 0007 E0"
  3150. };
  3151.  
  3152. resource 'ICON' (2002, preload, purgeable) {
  3153.     $"0003 F000 000E 5800 0031 0600 00FA 2F80"
  3154.     $"01C0 8EC0 013A 5940 0357 3360 0331 E1B0"
  3155.     $"02E0 00B0 0680 00F8 0580 0058 0580 007C"
  3156.     $"0D00 002C 0B3E 3E34 0F41 413C 051C 9C48"
  3157.     $"0788 8858 0280 8068 0380 8050 0280 00F0"
  3158.     $"0341 40C0 01C6 B0C0 00CB 6980 0068 0980"
  3159.     $"0077 F700 0030 8600 001D 5C00 000A A800"
  3160.     $"0005 5000 0003 E0"
  3161. };
  3162.  
  3163. resource 'ICON' (2003, preload, purgeable) {
  3164.     $"000F C000 001F F800 007F FE00 00FF FF80"
  3165.     $"01FF FF80 03FF FFC0 03FF FFE0 03FF FFE0"
  3166.     $"07FF FFE0 07FF FFF0 07FC AFF0 0FF8 97F0"
  3167.     $"0FE0 41F0 0FC0 00F0 0F1E 38F0 0F3E 7CF0"
  3168.     $"0F3E 7CF0 0702 40D0 0780 00D0 0782 41B0"
  3169.     $"0380 41E0 03C7 C3E0 03C7 C1E0 01E7 E7C0"
  3170.     $"01EF FFC0 00FC 3F80 00FE FF80 007F FF00"
  3171.     $"007F FE00 003F FC00 001F F800 0007 E0"
  3172. };
  3173.  
  3174. resource 'ICON' (2004, purgeable, preload) {
  3175.     $"0000 0000 0007 E000 0038 7E00 00F0 0F80"
  3176.     $"01E0 1BC0 01C0 07C0 03C0 06E0 0380 01F0"
  3177.     $"0380 0278 0700 00F8 0780 00D8 0700 0078"
  3178.     $"0700 006C 0578 7454 0703 0224 0539 3828"
  3179.     $"0311 1048 0302 0028 0102 0050 0102 0030"
  3180.     $"0081 8040 0080 0040 0088 1080 0047 E080"
  3181.     $"0060 0100 0020 0200 0010 0400 0008 1800"
  3182.     $"0007 E0"
  3183. };
  3184.  
  3185. /* Modem port (phone) Icon */
  3186. resource 'ICON' (3000, purgeable) {
  3187.     $"FFFF FFFF 8000 0001 8000 0001 80E0 0001"
  3188.     $"8110 0301 8208 0481 8208 0481 8208 1301"
  3189.     $"8210 0801 8220 6401 8220 9001 8210 9001"
  3190.     $"8108 6001 8104 0001 8082 0001 8041 0001"
  3191.     $"8020 8701 8010 4881 8008 3041 8004 0041"
  3192.     $"8002 0041 8001 8081 8000 7F01 8000 0001"
  3193.     $"9100 4001 9B00 4001 9531 CCD1 914A 5EA9"
  3194.     $"914A 5089 9131 CC89 8000 0001 FFFF FFFF"
  3195. };
  3196.  
  3197. /* Printer port icon */
  3198. resource 'ICON' (3001, purgeable) {
  3199.     $"FFFF FFFF 8000 0001 80FF FE01 8080 2201"
  3200.     $"8080 3201 8080 2A01 8080 3E01 8080 0201"
  3201.     $"8080 0201 8080 0201 8080 0201 8F80 03E1"
  3202.     $"8880 0221 8880 0239 8880 0229 88FF FE29"
  3203.     $"8800 0039 8800 0021 8FFF FFE1 8800 0021"
  3204.     $"8800 0021 8FFF FFE1 8000 0001 8000 0001"
  3205.     $"8C00 0001 8A10 2001 8CC6 7361 8895 2741"
  3206.     $"8895 2441 8895 2341 8000 0001 FFFF FFFF"
  3207. };
  3208.  
  3209. resource 'ICN#' (128) {
  3210.     {    /* array: 2 elements */
  3211.         /* [1] */
  3212.         $"0000 0000 0000 0000 0000 0004 0003 7616"
  3213.         $"0005 8D0E 0007 071C 0008 0084 0014 0244"
  3214.         $"0016 0644 5011 988C 300C 6318 5FC3 0CF8"
  3215.         $"20F7 FFE0 001F 5700 0003 AA00 0001 5600"
  3216.         $"0001 AF00 0001 F7C0 0003 83E0 0003 FFE0"
  3217.         $"0007 B7E0 0007 AFE0 000F 9F60 000D AF60"
  3218.         $"000D B760 001D FF78 007C 0078 007C 0040"
  3219.         $"0004 0F40 07E5 0040 FC1C 0040 0007 FFC0",
  3220.         /* [2] */
  3221.         $"0000 0000 0000 0000 0003 FE1E 0007 FF3F"
  3222.         $"000F FFBF 000F FFBF 003F FFCE 003F FFEE"
  3223.         $"F03F FFDE F83F FFBE FFDF FFFC FFFF FFFC"
  3224.         $"FFFF FFFC 71FF FFE0 003F FF00 0007 FF00"
  3225.         $"0003 FFC0 0007 FFE0 0007 FFF0 000F 7DF0"
  3226.         $"000E FEF0 001E FF70 001D FFF0 001F FFF0"
  3227.         $"003F FFF8 007F FFFC 00FF FFFC 00FF FFF8"
  3228.         $"007B FFE0 07E7 FFE0 FC1F FFE0 0007 FFE0"
  3229.     }
  3230. };
  3231.  
  3232. resource 'ICN#' (129) {
  3233.     {    /* array: 2 elements */
  3234.         /* [1] */
  3235.         $"1FFF FC00 1000 0600 1000 0500 1000 0480"
  3236.         $"1000 0440 1000 0420 1000 07F0 101B B050"
  3237.         $"102C 6970 1038 38F0 1040 05D0 10A0 1250"
  3238.         $"10B0 3250 108C C4D0 1063 1990 1018 2790"
  3239.         $"10CF FE10 10FA B010 110D 6010 120A A010"
  3240.         $"130D 6010 170F E010 1200 0010 1AFF FFF0"
  3241.         $"1000 0010 17FD 5370 1915 7490 1595 7550"
  3242.         $"1315 7530 1D95 57D0 1000 0010 1FFF FFF0",
  3243.         /* [2] */
  3244.         $"1FFF FC00 1FFF FE00 1FFF FF00 1FFF FF80"
  3245.         $"1FFF FFC0 1FFF FFE0 1FFF FFF0 1FFF FFF0"
  3246.         $"1FFF FFF0 1FFF FFF0 1FFF FFF0 1FFF FFF0"
  3247.         $"1FFF FFF0 1FFF FFF0 1FFF FFF0 1FFF FFF0"
  3248.         $"1FFF FFF0 1FFF FFF0 1FFF FFF0 1FFF FFF0"
  3249.         $"1FFF FFF0 1FFF FFF0 1FFF FFF0 1FFF FFF0"
  3250.         $"1FFF FFF0 1FFF FFF0 1FFF FFF0 1FFF FFF0"
  3251.         $"1FFF FFF0 1FFF FFF0 1FFF FFF0 1FFF FFF0"
  3252.     }
  3253. };
  3254.  
  3255. resource 'FREF' (128) {
  3256.     'APPL',
  3257.     0,
  3258.     ""
  3259. };
  3260.  
  3261. resource 'FREF' (129) {
  3262.     'KERS',
  3263.     1,
  3264.     ""
  3265. };
  3266.  
  3267. resource 'BNDL' (128) {
  3268.     'KR09',
  3269.     0,
  3270.     {    /* array TypeArray: 2 elements */
  3271.         /* [1] */
  3272.         'ICN#',
  3273.         {    /* array IDArray: 2 elements */
  3274.             /* [1] */
  3275.             0, 128,
  3276.             /* [2] */
  3277.             1, 129
  3278.         },
  3279.         /* [2] */
  3280.         'FREF',
  3281.         {    /* array IDArray: 2 elements */
  3282.             /* [1] */
  3283.             0, 128,
  3284.             /* [2] */
  3285.             1, 129
  3286.         }
  3287.     }
  3288. };
  3289.  
  3290. /* PWP -- is this even used any more???? */
  3291. data 'FSET' (2, purgeable) {
  3292.     $"1203 1B4F 7003 1B4F 7103 1B4F 7203 1B4F"    /* ...Op..Oq..Or..O */
  3293.     $"7303 1B4F 7403 1B4F 7503 1B4F 7603 1B4F"    /* s..Ot..Ou..Ov..O */
  3294.     $"7703 1B4F 7803 1B4F 7903 1B4F 6D03 1B4F"    /* w..Ox..Oy..Om..O */
  3295.     $"6C03 1B4F 6E03 1B4F 4D02 1B50 021B 5102"    /* l..On..OM..P..Q. */
  3296.     $"1B52 021B 5300"                             /* .R..S. */
  3297. };
  3298.  
  3299. /* PWP: new KSET and MSET -- does vt100 arrow keys */
  3300. data 'KSET' (4) {
  3301.     $"0000 0000 0000 3000 779E 7FD8 0000 001E"       /* ......0.w√. .... */
  3302.     $"0000 0000 0000 2000 0100 0000 0000 0000"       /* ...... ......... */
  3303.     $"0000 0000 0000 0000 2284 0000 0000 0000"       /* ........"╤...... */
  3304.     $"0000 0210 0000 2000 0000 0000 0000 0000"       /* ...... ......... */
  3305.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3306.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3307.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3308.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3309.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3310.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3311.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3312.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3313.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3314.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3315.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3316.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3317.     $"0000 0000 0000 2000 0000 0000 0000 0000"       /* ...... ......... */
  3318.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3319.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3320.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3321.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3322.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3323.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3324.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3325.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3326.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3327.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3328.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3329.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3330.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3331.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3332.     $"0000 0000 0000 0000 0000 0000 0000 0000"       /* ................ */
  3333. };
  3334.  
  3335. data 'MSET' (5) {
  3336.     $"0102 00BC 0045 83FC 0002 6AE2 0000 0000"      /* ...║.E╔...j..... */
  3337.     $"0002 6AE2 0045 0012 00BC 0045 83FC 0002"      /* ..j..E...║.E╔... */
  3338.     $"6AE2 0000 0000 0002 6AE2 0045 0000 00BC"      /* j.......j..E...║ */
  3339.     $"0045 83FC 0002 6AE2 0000 0000 0002 6AE2"      /* .E╔...j.......j. */
  3340.     $"0045 0000 00BC 0045 83FC 0002 6AE2 0000"      /* .E...║.E╔...j... */
  3341.     $"0000 0002 6AE2 0045 0026 0033 0001 7F00"      /* ....j..E.&.3.... */
  3342.     $"3200 011B 00B2 0001 6000 7E05 0000 7D06"      /* 2....╛..`.~...}. */
  3343.     $"0000 7C04 0000 7B03 0000 4609 0000 4D0C"      /* ..|...{...F╨..M. */
  3344.     $"0000 480B 0000 420A 0008 3200 0160 004C"      /* ..H...B...2..`.L */
  3345.     $"1900 00C7 0100 019B 0001 1F00 4707 0000"      /* ...½...⌡....G... */
  3346.     $"4E0C 0000 520F 0000 5310 0000 5411 0000"      /* N...R...S...T... */
  3347.     $"5512 0000 5613 0000 5714 0000 5815 0000"      /* U...V...W...X... */
  3348.     $"5916 0000 5B17 0000 5C18 0000 410D 0001"      /* Y...[...\...A¼.. */
  3349.     $"9600 011E 01B2 0001 1E01 4808 0001 4D09"      /* ±....╛....H...M╨ */
  3350.     $"0001 420A 0001 460B 0000 450B 0000 430A"      /* ..B...F...E...C. */
  3351.     $"0000 4B09 0000 5108 0043 616E 6365 6C00"      /* ..K╨..Q..Cancel. */
  3352.     $"0000 0020 0000 4CAC 5361 7665 2076 6172"      /* ... ..L¿Save var */
  3353.     $"6961 626C 6573 2069 6E20 6669 6C65 3A"        /* iables in file: */
  3354. };
  3355.  
  3356. /* for the benifit of MultiFinder.. */
  3357.     /* 12th bit (2^0 == 0th) is "can background", 14th is */
  3358.     /*  does accept suspend and resume events */
  3359.     /*     { this  } is the (long) prefered memory size */
  3360.     /*  and          { this  } is the minimum memory size */
  3361.     /* we are currently playing it safe with these (160K) */
  3362. resource 'SIZE' (-1) {
  3363.     dontSaveScreen,
  3364.     acceptSuspendResumeEvents,
  3365.     enableOptionSwitch,
  3366.     canBackground,
  3367.     multiFinderAware,
  3368.     backgroundAndForeground,
  3369.     dontGetFrontClicks,
  3370.     ignoreChildDiedEvents,
  3371.     not32BitCompatible,
  3372.     reserved,
  3373.     reserved,
  3374.     reserved,
  3375.     reserved,
  3376.     reserved,
  3377.     reserved,
  3378.     reserved,
  3379.     786432,
  3380.     786432
  3381. };
  3382.  
  3383. resource 'SIZE' (0) {
  3384.     dontSaveScreen,
  3385.     acceptSuspendResumeEvents,
  3386.     enableOptionSwitch,
  3387.     canBackground,
  3388.     multiFinderAware,
  3389.     backgroundAndForeground,
  3390.     dontGetFrontClicks,
  3391.     ignoreChildDiedEvents,
  3392.     not32BitCompatible,
  3393.     reserved,
  3394.     reserved,
  3395.     reserved,
  3396.     reserved,
  3397.     reserved,
  3398.     reserved,
  3399.     reserved,
  3400.     786432,
  3401.     786432
  3402. };
  3403.  
  3404. /* so that the Apple keyboard doesn't do dead keys on OPTION */
  3405. resource 'KCHR' (13000, "US-NoDeadKeys", sysheap, locked) {
  3406.     13000,
  3407.     {    /* array: 256 elements */
  3408.         /* [1] */
  3409.         0,
  3410.         /* [2] */
  3411.         0,
  3412.         /* [3] */
  3413.         1,
  3414.         /* [4] */
  3415.         0,
  3416.         /* [5] */
  3417.         2,
  3418.         /* [6] */
  3419.         2,
  3420.         /* [7] */
  3421.         1,
  3422.         /* [8] */
  3423.         0,
  3424.         /* [9] */
  3425.         3,
  3426.         /* [10] */
  3427.         6,
  3428.         /* [11] */
  3429.         4,
  3430.         /* [12] */
  3431.         4,
  3432.         /* [13] */
  3433.         5,
  3434.         /* [14] */
  3435.         5,
  3436.         /* [15] */
  3437.         4,
  3438.         /* [16] */
  3439.         4,
  3440.         /* [17] */
  3441.         7,
  3442.         /* [18] */
  3443.         7,
  3444.         /* [19] */
  3445.         7,
  3446.         /* [20] */
  3447.         7,
  3448.         /* [21] */
  3449.         7,
  3450.         /* [22] */
  3451.         7,
  3452.         /* [23] */
  3453.         7,
  3454.         /* [24] */
  3455.         7,
  3456.         /* [25] */
  3457.         7,
  3458.         /* [26] */
  3459.         7,
  3460.         /* [27] */
  3461.         7,
  3462.         /* [28] */
  3463.         7,
  3464.         /* [29] */
  3465.         7,
  3466.         /* [30] */
  3467.         7,
  3468.         /* [31] */
  3469.         7,
  3470.         /* [32] */
  3471.         7,
  3472.         /* [33] */
  3473.         1,
  3474.         /* [34] */
  3475.         0,
  3476.         /* [35] */
  3477.         1,
  3478.         /* [36] */
  3479.         0,
  3480.         /* [37] */
  3481.         1,
  3482.         /* [38] */
  3483.         0,
  3484.         /* [39] */
  3485.         1,
  3486.         /* [40] */
  3487.         0,
  3488.         /* [41] */
  3489.         4,
  3490.         /* [42] */
  3491.         4,
  3492.         /* [43] */
  3493.         4,
  3494.         /* [44] */
  3495.         4,
  3496.         /* [45] */
  3497.         4,
  3498.         /* [46] */
  3499.         4,
  3500.         /* [47] */
  3501.         4,
  3502.         /* [48] */
  3503.         4,
  3504.         /* [49] */
  3505.         7,
  3506.         /* [50] */
  3507.         7,
  3508.         /* [51] */
  3509.         7,
  3510.         /* [52] */
  3511.         7,
  3512.         /* [53] */
  3513.         7,
  3514.         /* [54] */
  3515.         7,
  3516.         /* [55] */
  3517.         7,
  3518.         /* [56] */
  3519.         7,
  3520.         /* [57] */
  3521.         7,
  3522.         /* [58] */
  3523.         7,
  3524.         /* [59] */
  3525.         7,
  3526.         /* [60] */
  3527.         7,
  3528.         /* [61] */
  3529.         7,
  3530.         /* [62] */
  3531.         7,
  3532.         /* [63] */
  3533.         7,
  3534.         /* [64] */
  3535.         7,
  3536.         /* [65] */
  3537.         3,
  3538.         /* [66] */
  3539.         6,
  3540.         /* [67] */
  3541.         4,
  3542.         /* [68] */
  3543.         4,
  3544.         /* [69] */
  3545.         5,
  3546.         /* [70] */
  3547.         5,
  3548.         /* [71] */
  3549.         4,
  3550.         /* [72] */
  3551.         4,
  3552.         /* [73] */
  3553.         3,
  3554.         /* [74] */
  3555.         6,
  3556.         /* [75] */
  3557.         4,
  3558.         /* [76] */
  3559.         4,
  3560.         /* [77] */
  3561.         5,
  3562.         /* [78] */
  3563.         5,
  3564.         /* [79] */
  3565.         4,
  3566.         /* [80] */
  3567.         4,
  3568.         /* [81] */
  3569.         7,
  3570.         /* [82] */
  3571.         7,
  3572.         /* [83] */
  3573.         7,
  3574.         /* [84] */
  3575.         7,
  3576.         /* [85] */
  3577.         7,
  3578.         /* [86] */
  3579.         7,
  3580.         /* [87] */
  3581.         7,
  3582.         /* [88] */
  3583.         7,
  3584.         /* [89] */
  3585.         7,
  3586.         /* [90] */
  3587.         7,
  3588.         /* [91] */
  3589.         7,
  3590.         /* [92] */
  3591.         7,
  3592.         /* [93] */
  3593.         7,
  3594.         /* [94] */
  3595.         7,
  3596.         /* [95] */
  3597.         7,
  3598.         /* [96] */
  3599.         7,
  3600.         /* [97] */
  3601.         4,
  3602.         /* [98] */
  3603.         4,
  3604.         /* [99] */
  3605.         4,
  3606.         /* [100] */
  3607.         4,
  3608.         /* [101] */
  3609.         4,
  3610.         /* [102] */
  3611.         4,
  3612.         /* [103] */
  3613.         4,
  3614.         /* [104] */
  3615.         4,
  3616.         /* [105] */
  3617.         4,
  3618.         /* [106] */
  3619.         4,
  3620.         /* [107] */
  3621.         4,
  3622.         /* [108] */
  3623.         4,
  3624.         /* [109] */
  3625.         4,
  3626.         /* [110] */
  3627.         4,
  3628.         /* [111] */
  3629.         4,
  3630.         /* [112] */
  3631.         4,
  3632.         /* [113] */
  3633.         7,
  3634.         /* [114] */
  3635.         7,
  3636.         /* [115] */
  3637.         7,
  3638.         /* [116] */
  3639.         7,
  3640.         /* [117] */
  3641.         7,
  3642.         /* [118] */
  3643.         7,
  3644.         /* [119] */
  3645.         7,
  3646.         /* [120] */
  3647.         7,
  3648.         /* [121] */
  3649.         7,
  3650.         /* [122] */
  3651.         7,
  3652.         /* [123] */
  3653.         7,
  3654.         /* [124] */
  3655.         7,
  3656.         /* [125] */
  3657.         7,
  3658.         /* [126] */
  3659.         7,
  3660.         /* [127] */
  3661.         7,
  3662.         /* [128] */
  3663.         7,
  3664.         /* [129] */
  3665.         7,
  3666.         /* [130] */
  3667.         7,
  3668.         /* [131] */
  3669.         7,
  3670.         /* [132] */
  3671.         7,
  3672.         /* [133] */
  3673.         7,
  3674.         /* [134] */
  3675.         7,
  3676.         /* [135] */
  3677.         7,
  3678.         /* [136] */
  3679.         7,
  3680.         /* [137] */
  3681.         7,
  3682.         /* [138] */
  3683.         7,
  3684.         /* [139] */
  3685.         7,
  3686.         /* [140] */
  3687.         7,
  3688.         /* [141] */
  3689.         7,
  3690.         /* [142] */
  3691.         7,
  3692.         /* [143] */
  3693.         7,
  3694.         /* [144] */
  3695.         7,
  3696.         /* [145] */
  3697.         7,
  3698.         /* [146] */
  3699.         7,
  3700.         /* [147] */
  3701.         7,
  3702.         /* [148] */
  3703.         7,
  3704.         /* [149] */
  3705.         7,
  3706.         /* [150] */
  3707.         7,
  3708.         /* [151] */
  3709.         7,
  3710.         /* [152] */
  3711.         7,
  3712.         /* [153] */
  3713.         7,
  3714.         /* [154] */
  3715.         7,
  3716.         /* [155] */
  3717.         7,
  3718.         /* [156] */
  3719.         7,
  3720.         /* [157] */
  3721.         7,
  3722.         /* [158] */
  3723.         7,
  3724.         /* [159] */
  3725.         7,
  3726.         /* [160] */
  3727.         7,
  3728.         /* [161] */
  3729.         7,
  3730.         /* [162] */
  3731.         7,
  3732.         /* [163] */
  3733.         7,
  3734.         /* [164] */
  3735.         7,
  3736.         /* [165] */
  3737.         7,
  3738.         /* [166] */
  3739.         7,
  3740.         /* [167] */
  3741.         7,
  3742.         /* [168] */
  3743.         7,
  3744.         /* [169] */
  3745.         7,
  3746.         /* [170] */
  3747.         7,
  3748.         /* [171] */
  3749.         7,
  3750.         /* [172] */
  3751.         7,
  3752.         /* [173] */
  3753.         7,
  3754.         /* [174] */
  3755.         7,
  3756.         /* [175] */
  3757.         7,
  3758.         /* [176] */
  3759.         7,
  3760.         /* [177] */
  3761.         7,
  3762.         /* [178] */
  3763.         7,
  3764.         /* [179] */
  3765.         7,
  3766.         /* [180] */
  3767.         7,
  3768.         /* [181] */
  3769.         7,
  3770.         /* [182] */
  3771.         7,
  3772.         /* [183] */
  3773.         7,
  3774.         /* [184] */
  3775.         7,
  3776.         /* [185] */
  3777.         7,
  3778.         /* [186] */
  3779.         7,
  3780.         /* [187] */
  3781.         7,
  3782.         /* [188] */
  3783.         7,
  3784.         /* [189] */
  3785.         7,
  3786.         /* [190] */
  3787.         7,
  3788.         /* [191] */
  3789.         7,
  3790.         /* [192] */
  3791.         7,
  3792.         /* [193] */
  3793.         7,
  3794.         /* [194] */
  3795.         7,
  3796.         /* [195] */
  3797.         7,
  3798.         /* [196] */
  3799.         7,
  3800.         /* [197] */
  3801.         7,
  3802.         /* [198] */
  3803.         7,
  3804.         /* [199] */
  3805.         7,
  3806.         /* [200] */
  3807.         7,
  3808.         /* [201] */
  3809.         7,
  3810.         /* [202] */
  3811.         7,
  3812.         /* [203] */
  3813.         7,
  3814.         /* [204] */
  3815.         7,
  3816.         /* [205] */
  3817.         7,
  3818.         /* [206] */
  3819.         7,
  3820.         /* [207] */
  3821.         7,
  3822.         /* [208] */
  3823.         7,
  3824.         /* [209] */
  3825.         7,
  3826.         /* [210] */
  3827.         7,
  3828.         /* [211] */
  3829.         7,
  3830.         /* [212] */
  3831.         7,
  3832.         /* [213] */
  3833.         7,
  3834.         /* [214] */
  3835.         7,
  3836.         /* [215] */
  3837.         7,
  3838.         /* [216] */
  3839.         7,
  3840.         /* [217] */
  3841.         7,
  3842.         /* [218] */
  3843.         7,
  3844.         /* [219] */
  3845.         7,
  3846.         /* [220] */
  3847.         7,
  3848.         /* [221] */
  3849.         7,
  3850.         /* [222] */
  3851.         7,
  3852.         /* [223] */
  3853.         7,
  3854.         /* [224] */
  3855.         7,
  3856.         /* [225] */
  3857.         7,
  3858.         /* [226] */
  3859.         7,
  3860.         /* [227] */
  3861.         7,
  3862.         /* [228] */
  3863.         7,
  3864.         /* [229] */
  3865.         7,
  3866.         /* [230] */
  3867.         7,
  3868.         /* [231] */
  3869.         7,
  3870.         /* [232] */
  3871.         7,
  3872.         /* [233] */
  3873.         7,
  3874.         /* [234] */
  3875.         7,
  3876.         /* [235] */
  3877.         7,
  3878.         /* [236] */
  3879.         7,
  3880.         /* [237] */
  3881.         7,
  3882.         /* [238] */
  3883.         7,
  3884.         /* [239] */
  3885.         7,
  3886.         /* [240] */
  3887.         7,
  3888.         /* [241] */
  3889.         7,
  3890.         /* [242] */
  3891.         7,
  3892.         /* [243] */
  3893.         7,
  3894.         /* [244] */
  3895.         7,
  3896.         /* [245] */
  3897.         7,
  3898.         /* [246] */
  3899.         7,
  3900.         /* [247] */
  3901.         7,
  3902.         /* [248] */
  3903.         7,
  3904.         /* [249] */
  3905.         7,
  3906.         /* [250] */
  3907.         7,
  3908.         /* [251] */
  3909.         7,
  3910.         /* [252] */
  3911.         7,
  3912.         /* [253] */
  3913.         7,
  3914.         /* [254] */
  3915.         7,
  3916.         /* [255] */
  3917.         7,
  3918.         /* [256] */
  3919.         7
  3920.     },
  3921.     {    /* array TableArray: 8 elements */
  3922.         /* [1] */
  3923.         {    /* array: 128 elements */
  3924.             /* [1] */
  3925.             "a",
  3926.             /* [2] */
  3927.             "s",
  3928.             /* [3] */
  3929.             "d",
  3930.             /* [4] */
  3931.             "f",
  3932.             /* [5] */
  3933.             "h",
  3934.             /* [6] */
  3935.             "g",
  3936.             /* [7] */
  3937.             "z",
  3938.             /* [8] */
  3939.             "x",
  3940.             /* [9] */
  3941.             "c",
  3942.             /* [10] */
  3943.             "v",
  3944.             /* [11] */
  3945.             "",
  3946.             /* [12] */
  3947.             "b",
  3948.             /* [13] */
  3949.             "q",
  3950.             /* [14] */
  3951.             "w",
  3952.             /* [15] */
  3953.             "e",
  3954.             /* [16] */
  3955.             "r",
  3956.             /* [17] */
  3957.             "y",
  3958.             /* [18] */
  3959.             "t",
  3960.             /* [19] */
  3961.             "1",
  3962.             /* [20] */
  3963.             "2",
  3964.             /* [21] */
  3965.             "3",
  3966.             /* [22] */
  3967.             "4",
  3968.             /* [23] */
  3969.             "6",
  3970.             /* [24] */
  3971.             "5",
  3972.             /* [25] */
  3973.             "=",
  3974.             /* [26] */
  3975.             "9",
  3976.             /* [27] */
  3977.             "7",
  3978.             /* [28] */
  3979.             "-",
  3980.             /* [29] */
  3981.             "8",
  3982.             /* [30] */
  3983.             "0",
  3984.             /* [31] */
  3985.             "]",
  3986.             /* [32] */
  3987.             "o",
  3988.             /* [33] */
  3989.             "u",
  3990.             /* [34] */
  3991.             "[",
  3992.             /* [35] */
  3993.             "i",
  3994.             /* [36] */
  3995.             "p",
  3996.             /* [37] */
  3997.             "\n",
  3998.             /* [38] */
  3999.             "l",
  4000.             /* [39] */
  4001.             "j",
  4002.             /* [40] */
  4003.             "'",
  4004.             /* [41] */
  4005.             "k",
  4006.             /* [42] */
  4007.             ";",
  4008.             /* [43] */
  4009.             "\\",
  4010.             /* [44] */
  4011.             ",",
  4012.             /* [45] */
  4013.             "/",
  4014.             /* [46] */
  4015.             "n",
  4016.             /* [47] */
  4017.             "m",
  4018.             /* [48] */
  4019.             ".",
  4020.             /* [49] */
  4021.             "\t",
  4022.             /* [50] */
  4023.             " ",
  4024.             /* [51] */
  4025.             "`",
  4026.             /* [52] */
  4027.             "\b",
  4028.             /* [53] */
  4029.             "\0x03",
  4030.             /* [54] */
  4031.             "\0x1B",
  4032.             /* [55] */
  4033.             "",
  4034.             /* [56] */
  4035.             "",
  4036.             /* [57] */
  4037.             "",
  4038.             /* [58] */
  4039.             "",
  4040.             /* [59] */
  4041.             "",
  4042.             /* [60] */
  4043.             "",
  4044.             /* [61] */
  4045.             "",
  4046.             /* [62] */
  4047.             "",
  4048.             /* [63] */
  4049.             "",
  4050.             /* [64] */
  4051.             "",
  4052.             /* [65] */
  4053.             "",
  4054.             /* [66] */
  4055.             ".",
  4056.             /* [67] */
  4057.             "\0x1D",
  4058.             /* [68] */
  4059.             "*",
  4060.             /* [69] */
  4061.             "",
  4062.             /* [70] */
  4063.             "+",
  4064.             /* [71] */
  4065.             "\0x1C",
  4066.             /* [72] */
  4067.             "\0x1B",
  4068.             /* [73] */
  4069.             "\0x1F",
  4070.             /* [74] */
  4071.             "",
  4072.             /* [75] */
  4073.             "",
  4074.             /* [76] */
  4075.             "/",
  4076.             /* [77] */
  4077.             "\0x03",
  4078.             /* [78] */
  4079.             "\0x1E",
  4080.             /* [79] */
  4081.             "-",
  4082.             /* [80] */
  4083.             "",
  4084.             /* [81] */
  4085.             "",
  4086.             /* [82] */
  4087.             "=",
  4088.             /* [83] */
  4089.             "0",
  4090.             /* [84] */
  4091.             "1",
  4092.             /* [85] */
  4093.             "2",
  4094.             /* [86] */
  4095.             "3",
  4096.             /* [87] */
  4097.             "4",
  4098.             /* [88] */
  4099.             "5",
  4100.             /* [89] */
  4101.             "6",
  4102.             /* [90] */
  4103.             "7",
  4104.             /* [91] */
  4105.             "",
  4106.             /* [92] */
  4107.             "8",
  4108.             /* [93] */
  4109.             "9",
  4110.             /* [94] */
  4111.             "",
  4112.             /* [95] */
  4113.             "",
  4114.             /* [96] */
  4115.             "",
  4116.             /* [97] */
  4117.             "\0x10",
  4118.             /* [98] */
  4119.             "\0x10",
  4120.             /* [99] */
  4121.             "\0x10",
  4122.             /* [100] */
  4123.             "\0x10",
  4124.             /* [101] */
  4125.             "\0x10",
  4126.             /* [102] */
  4127.             "\0x10",
  4128.             /* [103] */
  4129.             "\0x10",
  4130.             /* [104] */
  4131.             "\0x10",
  4132.             /* [105] */
  4133.             "\0x10",
  4134.             /* [106] */
  4135.             "\0x10",
  4136.             /* [107] */
  4137.             "\0x10",
  4138.             /* [108] */
  4139.             "\0x10",
  4140.             /* [109] */
  4141.             "\0x10",
  4142.             /* [110] */
  4143.             "\0x10",
  4144.             /* [111] */
  4145.             "\0x10",
  4146.             /* [112] */
  4147.             "\0x10",
  4148.             /* [113] */
  4149.             "\0x10",
  4150.             /* [114] */
  4151.             "\0x10",
  4152.             /* [115] */
  4153.             "\0x05",
  4154.             /* [116] */
  4155.             "\0x01",
  4156.             /* [117] */
  4157.             "\v",
  4158.             /* [118] */
  4159.             "\?",
  4160.             /* [119] */
  4161.             "\0x10",
  4162.             /* [120] */
  4163.             "\0x04",
  4164.             /* [121] */
  4165.             "\0x10",
  4166.             /* [122] */
  4167.             "\f",
  4168.             /* [123] */
  4169.             "\0x10",
  4170.             /* [124] */
  4171.             "\0x1C",
  4172.             /* [125] */
  4173.             "\0x1D",
  4174.             /* [126] */
  4175.             "\0x1F",
  4176.             /* [127] */
  4177.             "\0x1E",
  4178.             /* [128] */
  4179.             ""
  4180.         },
  4181.         /* [2] */
  4182.         {    /* array: 128 elements */
  4183.             /* [1] */
  4184.             "A",
  4185.             /* [2] */
  4186.             "S",
  4187.             /* [3] */
  4188.             "D",
  4189.             /* [4] */
  4190.             "F",
  4191.             /* [5] */
  4192.             "H",
  4193.             /* [6] */
  4194.             "G",
  4195.             /* [7] */
  4196.             "Z",
  4197.             /* [8] */
  4198.             "X",
  4199.             /* [9] */
  4200.             "C",
  4201.             /* [10] */
  4202.             "V",
  4203.             /* [11] */
  4204.             "",
  4205.             /* [12] */
  4206.             "B",
  4207.             /* [13] */
  4208.             "Q",
  4209.             /* [14] */
  4210.             "W",
  4211.             /* [15] */
  4212.             "E",
  4213.             /* [16] */
  4214.             "R",
  4215.             /* [17] */
  4216.             "Y",
  4217.             /* [18] */
  4218.             "T",
  4219.             /* [19] */
  4220.             "!",
  4221.             /* [20] */
  4222.             "@",
  4223.             /* [21] */
  4224.             "#",
  4225.             /* [22] */
  4226.             "$",
  4227.             /* [23] */
  4228.             "^",
  4229.             /* [24] */
  4230.             "%",
  4231.             /* [25] */
  4232.             "+",
  4233.             /* [26] */
  4234.             "(",
  4235.             /* [27] */
  4236.             "&",
  4237.             /* [28] */
  4238.             "_",
  4239.             /* [29] */
  4240.             "*",
  4241.             /* [30] */
  4242.             ")",
  4243.             /* [31] */
  4244.             "}",
  4245.             /* [32] */
  4246.             "O",
  4247.             /* [33] */
  4248.             "U",
  4249.             /* [34] */
  4250.             "{",
  4251.             /* [35] */
  4252.             "I",
  4253.             /* [36] */
  4254.             "P",
  4255.             /* [37] */
  4256.             "\n",
  4257.             /* [38] */
  4258.             "L",
  4259.             /* [39] */
  4260.             "J",
  4261.             /* [40] */
  4262.             "\"",
  4263.             /* [41] */
  4264.             "K",
  4265.             /* [42] */
  4266.             ":",
  4267.             /* [43] */
  4268.             "|",
  4269.             /* [44] */
  4270.             "<",
  4271.             /* [45] */
  4272.             "?",
  4273.             /* [46] */
  4274.             "N",
  4275.             /* [47] */
  4276.             "M",
  4277.             /* [48] */
  4278.             ">",
  4279.             /* [49] */
  4280.             "\t",
  4281.             /* [50] */
  4282.             " ",
  4283.             /* [51] */
  4284.             "~",
  4285.             /* [52] */
  4286.             "\b",
  4287.             /* [53] */
  4288.             "\0x03",
  4289.             /* [54] */
  4290.             "\0x1B",
  4291.             /* [55] */
  4292.             "",
  4293.             /* [56] */
  4294.             "",
  4295.             /* [57] */
  4296.             "",
  4297.             /* [58] */
  4298.             "",
  4299.             /* [59] */
  4300.             "",
  4301.             /* [60] */
  4302.             "",
  4303.             /* [61] */
  4304.             "",
  4305.             /* [62] */
  4306.             "",
  4307.             /* [63] */
  4308.             "",
  4309.             /* [64] */
  4310.             "",
  4311.             /* [65] */
  4312.             "",
  4313.             /* [66] */
  4314.             ".",
  4315.             /* [67] */
  4316.             "*",
  4317.             /* [68] */
  4318.             "*",
  4319.             /* [69] */
  4320.             "",
  4321.             /* [70] */
  4322.             "+",
  4323.             /* [71] */
  4324.             "+",
  4325.             /* [72] */
  4326.             "\0x1B",
  4327.             /* [73] */
  4328.             "=",
  4329.             /* [74] */
  4330.             "",
  4331.             /* [75] */
  4332.             "",
  4333.             /* [76] */
  4334.             "/",
  4335.             /* [77] */
  4336.             "\0x03",
  4337.             /* [78] */
  4338.             "/",
  4339.             /* [79] */
  4340.             "-",
  4341.             /* [80] */
  4342.             "",
  4343.             /* [81] */
  4344.             "",
  4345.             /* [82] */
  4346.             "=",
  4347.             /* [83] */
  4348.             "0",
  4349.             /* [84] */
  4350.             "1",
  4351.             /* [85] */
  4352.             "2",
  4353.             /* [86] */
  4354.             "3",
  4355.             /* [87] */
  4356.             "4",
  4357.             /* [88] */
  4358.             "5",
  4359.             /* [89] */
  4360.             "6",
  4361.             /* [90] */
  4362.             "7",
  4363.             /* [91] */
  4364.             "",
  4365.             /* [92] */
  4366.             "8",
  4367.             /* [93] */
  4368.             "9",
  4369.             /* [94] */
  4370.             "",
  4371.             /* [95] */
  4372.             "",
  4373.             /* [96] */
  4374.             "",
  4375.             /* [97] */
  4376.             "\0x10",
  4377.             /* [98] */
  4378.             "\0x10",
  4379.             /* [99] */
  4380.             "\0x10",
  4381.             /* [100] */
  4382.             "\0x10",
  4383.             /* [101] */
  4384.             "\0x10",
  4385.             /* [102] */
  4386.             "\0x10",
  4387.             /* [103] */
  4388.             "\0x10",
  4389.             /* [104] */
  4390.             "\0x10",
  4391.             /* [105] */
  4392.             "\0x10",
  4393.             /* [106] */
  4394.             "\0x10",
  4395.             /* [107] */
  4396.             "\0x10",
  4397.             /* [108] */
  4398.             "\0x10",
  4399.             /* [109] */
  4400.             "\0x10",
  4401.             /* [110] */
  4402.             "\0x10",
  4403.             /* [111] */
  4404.             "\0x10",
  4405.             /* [112] */
  4406.             "\0x10",
  4407.             /* [113] */
  4408.             "\0x10",
  4409.             /* [114] */
  4410.             "\0x10",
  4411.             /* [115] */
  4412.             "\0x05",
  4413.             /* [116] */
  4414.             "\0x01",
  4415.             /* [117] */
  4416.             "\v",
  4417.             /* [118] */
  4418.             "\?",
  4419.             /* [119] */
  4420.             "\0x10",
  4421.             /* [120] */
  4422.             "\0x04",
  4423.             /* [121] */
  4424.             "\0x10",
  4425.             /* [122] */
  4426.             "\f",
  4427.             /* [123] */
  4428.             "\0x10",
  4429.             /* [124] */
  4430.             "\0x1C",
  4431.             /* [125] */
  4432.             "\0x1D",
  4433.             /* [126] */
  4434.             "\0x1F",
  4435.             /* [127] */
  4436.             "\0x1E",
  4437.             /* [128] */
  4438.             ""
  4439.         },
  4440.         /* [3] */
  4441.         {    /* array: 128 elements */
  4442.             /* [1] */
  4443.             "A",
  4444.             /* [2] */
  4445.             "S",
  4446.             /* [3] */
  4447.             "D",
  4448.             /* [4] */
  4449.             "F",
  4450.             /* [5] */
  4451.             "H",
  4452.             /* [6] */
  4453.             "G",
  4454.             /* [7] */
  4455.             "Z",
  4456.             /* [8] */
  4457.             "X",
  4458.             /* [9] */
  4459.             "C",
  4460.             /* [10] */
  4461.             "V",
  4462.             /* [11] */
  4463.             "",
  4464.             /* [12] */
  4465.             "B",
  4466.             /* [13] */
  4467.             "Q",
  4468.             /* [14] */
  4469.             "W",
  4470.             /* [15] */
  4471.             "E",
  4472.             /* [16] */
  4473.             "R",
  4474.             /* [17] */
  4475.             "Y",
  4476.             /* [18] */
  4477.             "T",
  4478.             /* [19] */
  4479.             "1",
  4480.             /* [20] */
  4481.             "2",
  4482.             /* [21] */
  4483.             "3",
  4484.             /* [22] */
  4485.             "4",
  4486.             /* [23] */
  4487.             "6",
  4488.             /* [24] */
  4489.             "5",
  4490.             /* [25] */
  4491.             "=",
  4492.             /* [26] */
  4493.             "9",
  4494.             /* [27] */
  4495.             "7",
  4496.             /* [28] */
  4497.             "-",
  4498.             /* [29] */
  4499.             "8",
  4500.             /* [30] */
  4501.             "0",
  4502.             /* [31] */
  4503.             "]",
  4504.             /* [32] */
  4505.             "O",
  4506.             /* [33] */
  4507.             "U",
  4508.             /* [34] */
  4509.             "[",
  4510.             /* [35] */
  4511.             "I",
  4512.             /* [36] */
  4513.             "P",
  4514.             /* [37] */
  4515.             "\n",
  4516.             /* [38] */
  4517.             "L",
  4518.             /* [39] */
  4519.             "J",
  4520.             /* [40] */
  4521.             "'",
  4522.             /* [41] */
  4523.             "K",
  4524.             /* [42] */
  4525.             ";",
  4526.             /* [43] */
  4527.             "\\",
  4528.             /* [44] */
  4529.             ",",
  4530.             /* [45] */
  4531.             "/",
  4532.             /* [46] */
  4533.             "N",
  4534.             /* [47] */
  4535.             "M",
  4536.             /* [48] */
  4537.             ".",
  4538.             /* [49] */
  4539.             "\t",
  4540.             /* [50] */
  4541.             " ",
  4542.             /* [51] */
  4543.             "`",
  4544.             /* [52] */
  4545.             "\b",
  4546.             /* [53] */
  4547.             "\0x03",
  4548.             /* [54] */
  4549.             "\0x1B",
  4550.             /* [55] */
  4551.             "",
  4552.             /* [56] */
  4553.             "",
  4554.             /* [57] */
  4555.             "",
  4556.             /* [58] */
  4557.             "",
  4558.             /* [59] */
  4559.             "",
  4560.             /* [60] */
  4561.             "",
  4562.             /* [61] */
  4563.             "",
  4564.             /* [62] */
  4565.             "",
  4566.             /* [63] */
  4567.             "",
  4568.             /* [64] */
  4569.             "",
  4570.             /* [65] */
  4571.             "",
  4572.             /* [66] */
  4573.             ".",
  4574.             /* [67] */
  4575.             "\0x1D",
  4576.             /* [68] */
  4577.             "*",
  4578.             /* [69] */
  4579.             "",
  4580.             /* [70] */
  4581.             "+",
  4582.             /* [71] */
  4583.             "\0x1C",
  4584.             /* [72] */
  4585.             "\0x1B",
  4586.             /* [73] */
  4587.             "\0x1F",
  4588.             /* [74] */
  4589.             "",
  4590.             /* [75] */
  4591.             "",
  4592.             /* [76] */
  4593.             "/",
  4594.             /* [77] */
  4595.             "\0x03",
  4596.             /* [78] */
  4597.             "\0x1E",
  4598.             /* [79] */
  4599.             "-",
  4600.             /* [80] */
  4601.             "",
  4602.             /* [81] */
  4603.             "",
  4604.             /* [82] */
  4605.             "=",
  4606.             /* [83] */
  4607.             "0",
  4608.             /* [84] */
  4609.             "1",
  4610.             /* [85] */
  4611.             "2",
  4612.             /* [86] */
  4613.             "3",
  4614.             /* [87] */
  4615.             "4",
  4616.             /* [88] */
  4617.             "5",
  4618.             /* [89] */
  4619.             "6",
  4620.             /* [90] */
  4621.             "7",
  4622.             /* [91] */
  4623.             "",
  4624.             /* [92] */
  4625.             "8",
  4626.             /* [93] */
  4627.             "9",
  4628.             /* [94] */
  4629.             "",
  4630.             /* [95] */
  4631.             "",
  4632.             /* [96] */
  4633.             "",
  4634.             /* [97] */
  4635.             "\0x10",
  4636.             /* [98] */
  4637.             "\0x10",
  4638.             /* [99] */
  4639.             "\0x10",
  4640.             /* [100] */
  4641.             "\0x10",
  4642.             /* [101] */
  4643.             "\0x10",
  4644.             /* [102] */
  4645.             "\0x10",
  4646.             /* [103] */
  4647.             "\0x10",
  4648.             /* [104] */
  4649.             "\0x10",
  4650.             /* [105] */
  4651.             "\0x10",
  4652.             /* [106] */
  4653.             "\0x10",
  4654.             /* [107] */
  4655.             "\0x10",
  4656.             /* [108] */
  4657.             "\0x10",
  4658.             /* [109] */
  4659.             "\0x10",
  4660.             /* [110] */
  4661.             "\0x10",
  4662.             /* [111] */
  4663.             "\0x10",
  4664.             /* [112] */
  4665.             "\0x10",
  4666.             /* [113] */
  4667.             "\0x10",
  4668.             /* [114] */
  4669.             "\0x10",
  4670.             /* [115] */
  4671.             "\0x05",
  4672.             /* [116] */
  4673.             "\0x01",
  4674.             /* [117] */
  4675.             "\v",
  4676.             /* [118] */
  4677.             "\?",
  4678.             /* [119] */
  4679.             "\0x10",
  4680.             /* [120] */
  4681.             "\0x04",
  4682.             /* [121] */
  4683.             "\0x10",
  4684.             /* [122] */
  4685.             "\f",
  4686.             /* [123] */
  4687.             "\0x10",
  4688.             /* [124] */
  4689.             "\0x1C",
  4690.             /* [125] */
  4691.             "\0x1D",
  4692.             /* [126] */
  4693.             "\0x1F",
  4694.             /* [127] */
  4695.             "\0x1E",
  4696.             /* [128] */
  4697.             ""
  4698.         },
  4699.         /* [4] */
  4700.         {    /* array: 128 elements */
  4701.             /* [1] */
  4702.             "σ",
  4703.             /* [2] */
  4704.             "▀",
  4705.             /* [3] */
  4706.             "≡",
  4707.             /* [4] */
  4708.             "ƒ",
  4709.             /* [5] */
  4710.             "\0xFA",
  4711.             /* [6] */
  4712.             "⌐",
  4713.             /* [7] */
  4714.             "ç",
  4715.             /* [8] */
  4716.             "ë",
  4717.             /* [9] */
  4718.             "τ",
  4719.             /* [10] */
  4720.             "ê",
  4721.             /* [11] */
  4722.             "",
  4723.             /* [12] */
  4724.             "å",
  4725.             /* [13] */
  4726.             "■",
  4727.             /* [14] */
  4728.             "à",
  4729.             /* [15] */
  4730.             "Θ",
  4731.             /* [16] */
  4732.             "«",
  4733.             /* [17] */
  4734.             "Ñ",
  4735.             /* [18] */
  4736.             "ª",
  4737.             /* [19] */
  4738.             "í",
  4739.             /* [20] */
  4740.             "ü",
  4741.             /* [21] */
  4742.             "ú",
  4743.             /* [22] */
  4744.             "ó",
  4745.             /* [23] */
  4746.             "º",
  4747.             /* [24] */
  4748.             "â",
  4749.             /* [25] */
  4750.             "é",
  4751.             /* [26] */
  4752.             "¬",
  4753.             /* [27] */
  4754.             "╢",
  4755.             /* [28] */
  4756.             "¡",
  4757.             /* [29] */
  4758.             "Ç",
  4759.             /* [30] */
  4760.             "║",
  4761.             /* [31] */
  4762.             "î",
  4763.             /* [32] */
  4764.             "°",
  4765.             /* [33] */
  4766.             "ⁿ",
  4767.             /* [34] */
  4768.             "│",
  4769.             /* [35] */
  4770.             "ε",
  4771.             /* [36] */
  4772.             "╝",
  4773.             /* [37] */
  4774.             "\n",
  4775.             /* [38] */
  4776.             "¼",
  4777.             /* [39] */
  4778.             "╨",
  4779.             /* [40] */
  4780.             "µ",
  4781.             /* [41] */
  4782.             "\0xFB",
  4783.             /* [42] */
  4784.             "╔",
  4785.             /* [43] */
  4786.             "½",
  4787.             /* [44] */
  4788.             "╛",
  4789.             /* [45] */
  4790.             "≈",
  4791.             /* [46] */
  4792.             "±",
  4793.             /* [47] */
  4794.             "╡",
  4795.             /* [48] */
  4796.             "ä",
  4797.             /* [49] */
  4798.             "\t",
  4799.             /* [50] */
  4800.             "á",
  4801.             /* [51] */
  4802.             "Φ",
  4803.             /* [52] */
  4804.             "\b",
  4805.             /* [53] */
  4806.             "\0x03",
  4807.             /* [54] */
  4808.             "\0x1B",
  4809.             /* [55] */
  4810.             "",
  4811.             /* [56] */
  4812.             "",
  4813.             /* [57] */
  4814.             "",
  4815.             /* [58] */
  4816.             "",
  4817.             /* [59] */
  4818.             "",
  4819.             /* [60] */
  4820.             "",
  4821.             /* [61] */
  4822.             "",
  4823.             /* [62] */
  4824.             "",
  4825.             /* [63] */
  4826.             "",
  4827.             /* [64] */
  4828.             "",
  4829.             /* [65] */
  4830.             "",
  4831.             /* [66] */
  4832.             ".",
  4833.             /* [67] */
  4834.             "\0x1D",
  4835.             /* [68] */
  4836.             "*",
  4837.             /* [69] */
  4838.             "",
  4839.             /* [70] */
  4840.             "+",
  4841.             /* [71] */
  4842.             "\0x1C",
  4843.             /* [72] */
  4844.             "\0x1B",
  4845.             /* [73] */
  4846.             "\0x1F",
  4847.             /* [74] */
  4848.             "",
  4849.             /* [75] */
  4850.             "",
  4851.             /* [76] */
  4852.             "/",
  4853.             /* [77] */
  4854.             "\0x03",
  4855.             /* [78] */
  4856.             "\0x1E",
  4857.             /* [79] */
  4858.             "-",
  4859.             /* [80] */
  4860.             "",
  4861.             /* [81] */
  4862.             "",
  4863.             /* [82] */
  4864.             "=",
  4865.             /* [83] */
  4866.             "0",
  4867.             /* [84] */
  4868.             "1",
  4869.             /* [85] */
  4870.             "2",
  4871.             /* [86] */
  4872.             "3",
  4873.             /* [87] */
  4874.             "4",
  4875.             /* [88] */
  4876.             "5",
  4877.             /* [89] */
  4878.             "6",
  4879.             /* [90] */
  4880.             "7",
  4881.             /* [91] */
  4882.             "",
  4883.             /* [92] */
  4884.             "8",
  4885.             /* [93] */
  4886.             "9",
  4887.             /* [94] */
  4888.             "",
  4889.             /* [95] */
  4890.             "",
  4891.             /* [96] */
  4892.             "",
  4893.             /* [97] */
  4894.             "\0x10",
  4895.             /* [98] */
  4896.             "\0x10",
  4897.             /* [99] */
  4898.             "\0x10",
  4899.             /* [100] */
  4900.             "\0x10",
  4901.             /* [101] */
  4902.             "\0x10",
  4903.             /* [102] */
  4904.             "\0x10",
  4905.             /* [103] */
  4906.             "\0x10",
  4907.             /* [104] */
  4908.             "\0x10",
  4909.             /* [105] */
  4910.             "\0x10",
  4911.             /* [106] */
  4912.             "\0x10",
  4913.             /* [107] */
  4914.             "\0x10",
  4915.             /* [108] */
  4916.             "\0x10",
  4917.             /* [109] */
  4918.             "\0x10",
  4919.             /* [110] */
  4920.             "\0x10",
  4921.             /* [111] */
  4922.             "\0x10",
  4923.             /* [112] */
  4924.             "\0x10",
  4925.             /* [113] */
  4926.             "\0x10",
  4927.             /* [114] */
  4928.             "\0x10",
  4929.             /* [115] */
  4930.             "\0x05",
  4931.             /* [116] */
  4932.             "\0x01",
  4933.             /* [117] */
  4934.             "\v",
  4935.             /* [118] */
  4936.             "\?",
  4937.             /* [119] */
  4938.             "\0x10",
  4939.             /* [120] */
  4940.             "\0x04",
  4941.             /* [121] */
  4942.             "\0x10",
  4943.             /* [122] */
  4944.             "\f",
  4945.             /* [123] */
  4946.             "\0x10",
  4947.             /* [124] */
  4948.             "\0x1C",
  4949.             /* [125] */
  4950.             "\0x1D",
  4951.             /* [126] */
  4952.             "\0x1F",
  4953.             /* [127] */
  4954.             "\0x1E",
  4955.             /* [128] */
  4956.             ""
  4957.         },
  4958.         /* [5] */
  4959.         {    /* array: 128 elements */
  4960.             /* [1] */
  4961.             "┼",
  4962.             /* [2] */
  4963.             "\0xEA",
  4964.             /* [3] */
  4965.             "\0xEB",
  4966.             /* [4] */
  4967.             "\0xEC",
  4968.             /* [5] */
  4969.             "\0xEE",
  4970.             /* [6] */
  4971.             "\0xED",
  4972.             /* [7] */
  4973.             "\0xF3",
  4974.             /* [8] */
  4975.             "\0xF4",
  4976.             /* [9] */
  4977.             "╟",
  4978.             /* [10] */
  4979.             "╫",
  4980.             /* [11] */
  4981.             "",
  4982.             /* [12] */
  4983.             "\0xF5",
  4984.             /* [13] */
  4985.             "▐",
  4986.             /* [14] */
  4987.             "\0xE3",
  4988.             /* [15] */
  4989.             "\0xE4",
  4990.             /* [16] */
  4991.             "\0xE5",
  4992.             /* [17] */
  4993.             "\0xE7",
  4994.             /* [18] */
  4995.             "\0xE6",
  4996.             /* [19] */
  4997.             "\0xDA",
  4998.             /* [20] */
  4999.             "\0xDB",
  5000.             /* [21] */
  5001.             "\0xDC",
  5002.             /* [22] */
  5003.             "\0xDD",
  5004.             /* [23] */
  5005.             "\0xDF",
  5006.             /* [24] */
  5007.             "\0xDE",
  5008.             /* [25] */
  5009.             "▒",
  5010.             /* [26] */
  5011.             "\0xE1",
  5012.             /* [27] */
  5013.             "\0xE0",
  5014.             /* [28] */
  5015.             "ï",
  5016.             /* [29] */
  5017.             "░",
  5018.             /* [30] */
  5019.             "\0xE2",
  5020.             /* [31] */
  5021.             "╣",
  5022.             /* [32] */
  5023.             "╪",
  5024.             /* [33] */
  5025.             "\0xE8",
  5026.             /* [34] */
  5027.             "▓",
  5028.             /* [35] */
  5029.             "\0xE9",
  5030.             /* [36] */
  5031.             "╜",
  5032.             /* [37] */
  5033.             "\n",
  5034.             /* [38] */
  5035.             "\0xF1",
  5036.             /* [39] */
  5037.             "\0xEF",
  5038.             /* [40] */
  5039.             "╞",
  5040.             /* [41] */
  5041.             "\0xF0",
  5042.             /* [42] */
  5043.             "\0xF2",
  5044.             /* [43] */
  5045.             "╗",
  5046.             /* [44] */
  5047.             "\0xF8",
  5048.             /* [45] */
  5049.             "┐",
  5050.             /* [46] */
  5051.             "\0xF6",
  5052.             /* [47] */
  5053.             "\0xF7",
  5054.             /* [48] */
  5055.             "\0xF9",
  5056.             /* [49] */
  5057.             "\t",
  5058.             /* [50] */
  5059.             "á",
  5060.             /* [51] */
  5061.             "\0xD9",
  5062.             /* [52] */
  5063.             "\b",
  5064.             /* [53] */
  5065.             "\0x03",
  5066.             /* [54] */
  5067.             "\0x1B",
  5068.             /* [55] */
  5069.             "",
  5070.             /* [56] */
  5071.             "",
  5072.             /* [57] */
  5073.             "",
  5074.             /* [58] */
  5075.             "",
  5076.             /* [59] */
  5077.             "",
  5078.             /* [60] */
  5079.             "",
  5080.             /* [61] */
  5081.             "",
  5082.             /* [62] */
  5083.             "",
  5084.             /* [63] */
  5085.             "",
  5086.             /* [64] */
  5087.             "",
  5088.             /* [65] */
  5089.             "",
  5090.             /* [66] */
  5091.             ".",
  5092.             /* [67] */
  5093.             "*",
  5094.             /* [68] */
  5095.             "*",
  5096.             /* [69] */
  5097.             "",
  5098.             /* [70] */
  5099.             "+",
  5100.             /* [71] */
  5101.             "+",
  5102.             /* [72] */
  5103.             "\0x1B",
  5104.             /* [73] */
  5105.             "=",
  5106.             /* [74] */
  5107.             "",
  5108.             /* [75] */
  5109.             "",
  5110.             /* [76] */
  5111.             "/",
  5112.             /* [77] */
  5113.             "\0x03",
  5114.             /* [78] */
  5115.             "/",
  5116.             /* [79] */
  5117.             "-",
  5118.             /* [80] */
  5119.             "",
  5120.             /* [81] */
  5121.             "",
  5122.             /* [82] */
  5123.             "=",
  5124.             /* [83] */
  5125.             "0",
  5126.             /* [84] */
  5127.             "1",
  5128.             /* [85] */
  5129.             "2",
  5130.             /* [86] */
  5131.             "3",
  5132.             /* [87] */
  5133.             "4",
  5134.             /* [88] */
  5135.             "5",
  5136.             /* [89] */
  5137.             "6",
  5138.             /* [90] */
  5139.             "7",
  5140.             /* [91] */
  5141.             "",
  5142.             /* [92] */
  5143.             "8",
  5144.             /* [93] */
  5145.             "9",
  5146.             /* [94] */
  5147.             "",
  5148.             /* [95] */
  5149.             "",
  5150.             /* [96] */
  5151.             "",
  5152.             /* [97] */
  5153.             "\0x10",
  5154.             /* [98] */
  5155.             "\0x10",
  5156.             /* [99] */
  5157.             "\0x10",
  5158.             /* [100] */
  5159.             "\0x10",
  5160.             /* [101] */
  5161.             "\0x10",
  5162.             /* [102] */
  5163.             "\0x10",
  5164.             /* [103] */
  5165.             "\0x10",
  5166.             /* [104] */
  5167.             "\0x10",
  5168.             /* [105] */
  5169.             "\0x10",
  5170.             /* [106] */
  5171.             "\0x10",
  5172.             /* [107] */
  5173.             "\0x10",
  5174.             /* [108] */
  5175.             "\0x10",
  5176.             /* [109] */
  5177.             "\0x10",
  5178.             /* [110] */
  5179.             "\0x10",
  5180.             /* [111] */
  5181.             "\0x10",
  5182.             /* [112] */
  5183.             "\0x10",
  5184.             /* [113] */
  5185.             "\0x10",
  5186.             /* [114] */
  5187.             "\0x10",
  5188.             /* [115] */
  5189.             "\0x05",
  5190.             /* [116] */
  5191.             "\0x01",
  5192.             /* [117] */
  5193.             "\v",
  5194.             /* [118] */
  5195.             "\?",
  5196.             /* [119] */
  5197.             "\0x10",
  5198.             /* [120] */
  5199.             "\0x04",
  5200.             /* [121] */
  5201.             "\0x10",
  5202.             /* [122] */
  5203.             "\f",
  5204.             /* [123] */
  5205.             "\0x10",
  5206.             /* [124] */
  5207.             "\0x1C",
  5208.             /* [125] */
  5209.             "\0x1D",
  5210.             /* [126] */
  5211.             "\0x1F",
  5212.             /* [127] */
  5213.             "\0x1E",
  5214.             /* [128] */
  5215.             ""
  5216.         },
  5217.         /* [6] */
  5218.         {    /* array: 128 elements */
  5219.             /* [1] */
  5220.             "┼",
  5221.             /* [2] */
  5222.             "\0xEA",
  5223.             /* [3] */
  5224.             "\0xEB",
  5225.             /* [4] */
  5226.             "\0xEC",
  5227.             /* [5] */
  5228.             "\0xEE",
  5229.             /* [6] */
  5230.             "\0xED",
  5231.             /* [7] */
  5232.             "\0xF3",
  5233.             /* [8] */
  5234.             "\0xF4",
  5235.             /* [9] */
  5236.             "╟",
  5237.             /* [10] */
  5238.             "╫",
  5239.             /* [11] */
  5240.             "",
  5241.             /* [12] */
  5242.             "\0xF5",
  5243.             /* [13] */
  5244.             "▐",
  5245.             /* [14] */
  5246.             "\0xE3",
  5247.             /* [15] */
  5248.             "\0xE4",
  5249.             /* [16] */
  5250.             "\0xE5",
  5251.             /* [17] */
  5252.             "\0xE7",
  5253.             /* [18] */
  5254.             "\0xE6",
  5255.             /* [19] */
  5256.             "í",
  5257.             /* [20] */
  5258.             "ü",
  5259.             /* [21] */
  5260.             "ú",
  5261.             /* [22] */
  5262.             "ó",
  5263.             /* [23] */
  5264.             "º",
  5265.             /* [24] */
  5266.             "â",
  5267.             /* [25] */
  5268.             "é",
  5269.             /* [26] */
  5270.             "¬",
  5271.             /* [27] */
  5272.             "╢",
  5273.             /* [28] */
  5274.             "¡",
  5275.             /* [29] */
  5276.             "Ç",
  5277.             /* [30] */
  5278.             "║",
  5279.             /* [31] */
  5280.             "î",
  5281.             /* [32] */
  5282.             "╪",
  5283.             /* [33] */
  5284.             "\0xE8",
  5285.             /* [34] */
  5286.             "│",
  5287.             /* [35] */
  5288.             "\0xE9",
  5289.             /* [36] */
  5290.             "╜",
  5291.             /* [37] */
  5292.             "\n",
  5293.             /* [38] */
  5294.             "\0xF1",
  5295.             /* [39] */
  5296.             "\0xEF",
  5297.             /* [40] */
  5298.             "╞",
  5299.             /* [41] */
  5300.             "\0xF0",
  5301.             /* [42] */
  5302.             "╔",
  5303.             /* [43] */
  5304.             "½",
  5305.             /* [44] */
  5306.             "╛",
  5307.             /* [45] */
  5308.             "≈",
  5309.             /* [46] */
  5310.             "\0xF6",
  5311.             /* [47] */
  5312.             "\0xF7",
  5313.             /* [48] */
  5314.             "ä",
  5315.             /* [49] */
  5316.             "\t",
  5317.             /* [50] */
  5318.             "á",
  5319.             /* [51] */
  5320.             "`",
  5321.             /* [52] */
  5322.             "\b",
  5323.             /* [53] */
  5324.             "\0x03",
  5325.             /* [54] */
  5326.             "\0x1B",
  5327.             /* [55] */
  5328.             "",
  5329.             /* [56] */
  5330.             "",
  5331.             /* [57] */
  5332.             "",
  5333.             /* [58] */
  5334.             "",
  5335.             /* [59] */
  5336.             "",
  5337.             /* [60] */
  5338.             "",
  5339.             /* [61] */
  5340.             "",
  5341.             /* [62] */
  5342.             "",
  5343.             /* [63] */
  5344.             "",
  5345.             /* [64] */
  5346.             "",
  5347.             /* [65] */
  5348.             "",
  5349.             /* [66] */
  5350.             ".",
  5351.             /* [67] */
  5352.             "\0x1D",
  5353.             /* [68] */
  5354.             "*",
  5355.             /* [69] */
  5356.             "",
  5357.             /* [70] */
  5358.             "+",
  5359.             /* [71] */
  5360.             "\0x1C",
  5361.             /* [72] */
  5362.             "\0x1B",
  5363.             /* [73] */
  5364.             "\0x1F",
  5365.             /* [74] */
  5366.             "",
  5367.             /* [75] */
  5368.             "",
  5369.             /* [76] */
  5370.             "/",
  5371.             /* [77] */
  5372.             "\0x03",
  5373.             /* [78] */
  5374.             "\0x1E",
  5375.             /* [79] */
  5376.             "-",
  5377.             /* [80] */
  5378.             "",
  5379.             /* [81] */
  5380.             "",
  5381.             /* [82] */
  5382.             "=",
  5383.             /* [83] */
  5384.             "0",
  5385.             /* [84] */
  5386.             "1",
  5387.             /* [85] */
  5388.             "2",
  5389.             /* [86] */
  5390.             "3",
  5391.             /* [87] */
  5392.             "4",
  5393.             /* [88] */
  5394.             "5",
  5395.             /* [89] */
  5396.             "6",
  5397.             /* [90] */
  5398.             "7",
  5399.             /* [91] */
  5400.             "",
  5401.             /* [92] */
  5402.             "8",
  5403.             /* [93] */
  5404.             "9",
  5405.             /* [94] */
  5406.             "",
  5407.             /* [95] */
  5408.             "",
  5409.             /* [96] */
  5410.             "",
  5411.             /* [97] */
  5412.             "\0x10",
  5413.             /* [98] */
  5414.             "\0x10",
  5415.             /* [99] */
  5416.             "\0x10",
  5417.             /* [100] */
  5418.             "\0x10",
  5419.             /* [101] */
  5420.             "\0x10",
  5421.             /* [102] */
  5422.             "\0x10",
  5423.             /* [103] */
  5424.             "\0x10",
  5425.             /* [104] */
  5426.             "\0x10",
  5427.             /* [105] */
  5428.             "\0x10",
  5429.             /* [106] */
  5430.             "\0x10",
  5431.             /* [107] */
  5432.             "\0x10",
  5433.             /* [108] */
  5434.             "\0x10",
  5435.             /* [109] */
  5436.             "\0x10",
  5437.             /* [110] */
  5438.             "\0x10",
  5439.             /* [111] */
  5440.             "\0x10",
  5441.             /* [112] */
  5442.             "\0x10",
  5443.             /* [113] */
  5444.             "\0x10",
  5445.             /* [114] */
  5446.             "\0x10",
  5447.             /* [115] */
  5448.             "\0x05",
  5449.             /* [116] */
  5450.             "\0x01",
  5451.             /* [117] */
  5452.             "\v",
  5453.             /* [118] */
  5454.             "\?",
  5455.             /* [119] */
  5456.             "\0x10",
  5457.             /* [120] */
  5458.             "\0x04",
  5459.             /* [121] */
  5460.             "\0x10",
  5461.             /* [122] */
  5462.             "\f",
  5463.             /* [123] */
  5464.             "\0x10",
  5465.             /* [124] */
  5466.             "\0x1C",
  5467.             /* [125] */
  5468.             "\0x1D",
  5469.             /* [126] */
  5470.             "\0x1F",
  5471.             /* [127] */
  5472.             "\0x1E",
  5473.             /* [128] */
  5474.             ""
  5475.         },
  5476.         /* [7] */
  5477.         {    /* array: 128 elements */
  5478.             /* [1] */
  5479.             "σ",
  5480.             /* [2] */
  5481.             "▀",
  5482.             /* [3] */
  5483.             "≡",
  5484.             /* [4] */
  5485.             "ƒ",
  5486.             /* [5] */
  5487.             "\0xFA",
  5488.             /* [6] */
  5489.             "⌐",
  5490.             /* [7] */
  5491.             "ç",
  5492.             /* [8] */
  5493.             "ë",
  5494.             /* [9] */
  5495.             "τ",
  5496.             /* [10] */
  5497.             "ê",
  5498.             /* [11] */
  5499.             "",
  5500.             /* [12] */
  5501.             "å",
  5502.             /* [13] */
  5503.             "■",
  5504.             /* [14] */
  5505.             "à",
  5506.             /* [15] */
  5507.             "┤",
  5508.             /* [16] */
  5509.             "«",
  5510.             /* [17] */
  5511.             "Ñ",
  5512.             /* [18] */
  5513.             "ª",
  5514.             /* [19] */
  5515.             "í",
  5516.             /* [20] */
  5517.             "ü",
  5518.             /* [21] */
  5519.             "ú",
  5520.             /* [22] */
  5521.             "ó",
  5522.             /* [23] */
  5523.             "º",
  5524.             /* [24] */
  5525.             "â",
  5526.             /* [25] */
  5527.             "é",
  5528.             /* [26] */
  5529.             "¬",
  5530.             /* [27] */
  5531.             "╢",
  5532.             /* [28] */
  5533.             "¡",
  5534.             /* [29] */
  5535.             "Ç",
  5536.             /* [30] */
  5537.             "║",
  5538.             /* [31] */
  5539.             "î",
  5540.             /* [32] */
  5541.             "°",
  5542.             /* [33] */
  5543.             "¿",
  5544.             /* [34] */
  5545.             "│",
  5546.             /* [35] */
  5547.             "^",
  5548.             /* [36] */
  5549.             "╝",
  5550.             /* [37] */
  5551.             "\n",
  5552.             /* [38] */
  5553.             "¼",
  5554.             /* [39] */
  5555.             "╨",
  5556.             /* [40] */
  5557.             "µ",
  5558.             /* [41] */
  5559.             "\0xFB",
  5560.             /* [42] */
  5561.             "╔",
  5562.             /* [43] */
  5563.             "½",
  5564.             /* [44] */
  5565.             "╛",
  5566.             /* [45] */
  5567.             "≈",
  5568.             /* [46] */
  5569.             "~",
  5570.             /* [47] */
  5571.             "╡",
  5572.             /* [48] */
  5573.             "ä",
  5574.             /* [49] */
  5575.             "\t",
  5576.             /* [50] */
  5577.             "á",
  5578.             /* [51] */
  5579.             "`",
  5580.             /* [52] */
  5581.             "\b",
  5582.             /* [53] */
  5583.             "\0x03",
  5584.             /* [54] */
  5585.             "\0x1B",
  5586.             /* [55] */
  5587.             "",
  5588.             /* [56] */
  5589.             "",
  5590.             /* [57] */
  5591.             "",
  5592.             /* [58] */
  5593.             "",
  5594.             /* [59] */
  5595.             "",
  5596.             /* [60] */
  5597.             "",
  5598.             /* [61] */
  5599.             "",
  5600.             /* [62] */
  5601.             "",
  5602.             /* [63] */
  5603.             "",
  5604.             /* [64] */
  5605.             "",
  5606.             /* [65] */
  5607.             "",
  5608.             /* [66] */
  5609.             ".",
  5610.             /* [67] */
  5611.             "\0x1D",
  5612.             /* [68] */
  5613.             "*",
  5614.             /* [69] */
  5615.             "",
  5616.             /* [70] */
  5617.             "+",
  5618.             /* [71] */
  5619.             "\0x1C",
  5620.             /* [72] */
  5621.             "\0x1B",
  5622.             /* [73] */
  5623.             "\0x1F",
  5624.             /* [74] */
  5625.             "",
  5626.             /* [75] */
  5627.             "",
  5628.             /* [76] */
  5629.             "/",
  5630.             /* [77] */
  5631.             "\0x03",
  5632.             /* [78] */
  5633.             "\0x1E",
  5634.             /* [79] */
  5635.             "-",
  5636.             /* [80] */
  5637.             "",
  5638.             /* [81] */
  5639.             "",
  5640.             /* [82] */
  5641.             "=",
  5642.             /* [83] */
  5643.             "0",
  5644.             /* [84] */
  5645.             "1",
  5646.             /* [85] */
  5647.             "2",
  5648.             /* [86] */
  5649.             "3",
  5650.             /* [87] */
  5651.             "4",
  5652.             /* [88] */
  5653.             "5",
  5654.             /* [89] */
  5655.             "6",
  5656.             /* [90] */
  5657.             "7",
  5658.             /* [91] */
  5659.             "",
  5660.             /* [92] */
  5661.             "8",
  5662.             /* [93] */
  5663.             "9",
  5664.             /* [94] */
  5665.             "",
  5666.             /* [95] */
  5667.             "",
  5668.             /* [96] */
  5669.             "",
  5670.             /* [97] */
  5671.             "\0x10",
  5672.             /* [98] */
  5673.             "\0x10",
  5674.             /* [99] */
  5675.             "\0x10",
  5676.             /* [100] */
  5677.             "\0x10",
  5678.             /* [101] */
  5679.             "\0x10",
  5680.             /* [102] */
  5681.             "\0x10",
  5682.             /* [103] */
  5683.             "\0x10",
  5684.             /* [104] */
  5685.             "\0x10",
  5686.             /* [105] */
  5687.             "\0x10",
  5688.             /* [106] */
  5689.             "\0x10",
  5690.             /* [107] */
  5691.             "\0x10",
  5692.             /* [108] */
  5693.             "\0x10",
  5694.             /* [109] */
  5695.             "\0x10",
  5696.             /* [110] */
  5697.             "\0x10",
  5698.             /* [111] */
  5699.             "\0x10",
  5700.             /* [112] */
  5701.             "\0x10",
  5702.             /* [113] */
  5703.             "\0x10",
  5704.             /* [114] */
  5705.             "\0x10",
  5706.             /* [115] */
  5707.             "\0x05",
  5708.             /* [116] */
  5709.             "\0x01",
  5710.             /* [117] */
  5711.             "\v",
  5712.             /* [118] */
  5713.             "\?",
  5714.             /* [119] */
  5715.             "\0x10",
  5716.             /* [120] */
  5717.             "\0x04",
  5718.             /* [121] */
  5719.             "\0x10",
  5720.             /* [122] */
  5721.             "\f",
  5722.             /* [123] */
  5723.             "\0x10",
  5724.             /* [124] */
  5725.             "\0x1C",
  5726.             /* [125] */
  5727.             "\0x1D",
  5728.             /* [126] */
  5729.             "\0x1F",
  5730.             /* [127] */
  5731.             "\0x1E",
  5732.             /* [128] */
  5733.             ""
  5734.         },
  5735.         /* [8] */
  5736.         {    /* array: 128 elements */
  5737.             /* [1] */
  5738.             "\0x01",
  5739.             /* [2] */
  5740.             "\0x13",
  5741.             /* [3] */
  5742.             "\0x04",
  5743.             /* [4] */
  5744.             "\0x06",
  5745.             /* [5] */
  5746.             "\b",
  5747.             /* [6] */
  5748.             "\0x07",
  5749.             /* [7] */
  5750.             "\0x1A",
  5751.             /* [8] */
  5752.             "\0x18",
  5753.             /* [9] */
  5754.             "\0x03",
  5755.             /* [10] */
  5756.             "\0x16",
  5757.             /* [11] */
  5758.             "0",
  5759.             /* [12] */
  5760.             "\0x02",
  5761.             /* [13] */
  5762.             "\0x11",
  5763.             /* [14] */
  5764.             "\0x17",
  5765.             /* [15] */
  5766.             "\0x05",
  5767.             /* [16] */
  5768.             "\0x12",
  5769.             /* [17] */
  5770.             "\0x19",
  5771.             /* [18] */
  5772.             "\0x14",
  5773.             /* [19] */
  5774.             "1",
  5775.             /* [20] */
  5776.             "2",
  5777.             /* [21] */
  5778.             "3",
  5779.             /* [22] */
  5780.             "4",
  5781.             /* [23] */
  5782.             "6",
  5783.             /* [24] */
  5784.             "5",
  5785.             /* [25] */
  5786.             "=",
  5787.             /* [26] */
  5788.             "9",
  5789.             /* [27] */
  5790.             "7",
  5791.             /* [28] */
  5792.             "\0x1F",
  5793.             /* [29] */
  5794.             "8",
  5795.             /* [30] */
  5796.             "0",
  5797.             /* [31] */
  5798.             "\0x1D",
  5799.             /* [32] */
  5800.             "\0x0F",
  5801.             /* [33] */
  5802.             "\0x15",
  5803.             /* [34] */
  5804.             "\0x1B",
  5805.             /* [35] */
  5806.             "\t",
  5807.             /* [36] */
  5808.             "\0x10",
  5809.             /* [37] */
  5810.             "\n",
  5811.             /* [38] */
  5812.             "\f",
  5813.             /* [39] */
  5814.             "\0x0A",
  5815.             /* [40] */
  5816.             "'",
  5817.             /* [41] */
  5818.             "\v",
  5819.             /* [42] */
  5820.             ";",
  5821.             /* [43] */
  5822.             "\0x1C",
  5823.             /* [44] */
  5824.             ",",
  5825.             /* [45] */
  5826.             "/",
  5827.             /* [46] */
  5828.             "\0x0E",
  5829.             /* [47] */
  5830.             "\n",
  5831.             /* [48] */
  5832.             ".",
  5833.             /* [49] */
  5834.             "\t",
  5835.             /* [50] */
  5836.             " ",
  5837.             /* [51] */
  5838.             "`",
  5839.             /* [52] */
  5840.             "\b",
  5841.             /* [53] */
  5842.             "\0x03",
  5843.             /* [54] */
  5844.             "\0x1B",
  5845.             /* [55] */
  5846.             "",
  5847.             /* [56] */
  5848.             "",
  5849.             /* [57] */
  5850.             "",
  5851.             /* [58] */
  5852.             "",
  5853.             /* [59] */
  5854.             "",
  5855.             /* [60] */
  5856.             "",
  5857.             /* [61] */
  5858.             "",
  5859.             /* [62] */
  5860.             "",
  5861.             /* [63] */
  5862.             "",
  5863.             /* [64] */
  5864.             "",
  5865.             /* [65] */
  5866.             "",
  5867.             /* [66] */
  5868.             ".",
  5869.             /* [67] */
  5870.             "\0x1D",
  5871.             /* [68] */
  5872.             "*",
  5873.             /* [69] */
  5874.             "",
  5875.             /* [70] */
  5876.             "+",
  5877.             /* [71] */
  5878.             "\0x1C",
  5879.             /* [72] */
  5880.             "\0x1B",
  5881.             /* [73] */
  5882.             "\0x1F",
  5883.             /* [74] */
  5884.             "",
  5885.             /* [75] */
  5886.             "",
  5887.             /* [76] */
  5888.             "/",
  5889.             /* [77] */
  5890.             "\0x03",
  5891.             /* [78] */
  5892.             "\0x1E",
  5893.             /* [79] */
  5894.             "-",
  5895.             /* [80] */
  5896.             "",
  5897.             /* [81] */
  5898.             "",
  5899.             /* [82] */
  5900.             "=",
  5901.             /* [83] */
  5902.             "0",
  5903.             /* [84] */
  5904.             "1",
  5905.             /* [85] */
  5906.             "2",
  5907.             /* [86] */
  5908.             "3",
  5909.             /* [87] */
  5910.             "4",
  5911.             /* [88] */
  5912.             "5",
  5913.             /* [89] */
  5914.             "6",
  5915.             /* [90] */
  5916.             "7",
  5917.             /* [91] */
  5918.             "",
  5919.             /* [92] */
  5920.             "8",
  5921.             /* [93] */
  5922.             "9",
  5923.             /* [94] */
  5924.             "",
  5925.             /* [95] */
  5926.             "",
  5927.             /* [96] */
  5928.             "",
  5929.             /* [97] */
  5930.             "\0x10",
  5931.             /* [98] */
  5932.             "\0x10",
  5933.             /* [99] */
  5934.             "\0x10",
  5935.             /* [100] */
  5936.             "\0x10",
  5937.             /* [101] */
  5938.             "\0x10",
  5939.             /* [102] */
  5940.             "\0x10",
  5941.             /* [103] */
  5942.             "\0x10",
  5943.             /* [104] */
  5944.             "\0x10",
  5945.             /* [105] */
  5946.             "\0x10",
  5947.             /* [106] */
  5948.             "\0x10",
  5949.             /* [107] */
  5950.             "\0x10",
  5951.             /* [108] */
  5952.             "\0x10",
  5953.             /* [109] */
  5954.             "\0x10",
  5955.             /* [110] */
  5956.             "\0x10",
  5957.             /* [111] */
  5958.             "\0x10",
  5959.             /* [112] */
  5960.             "\0x10",
  5961.             /* [113] */
  5962.             "\0x10",
  5963.             /* [114] */
  5964.             "\0x10",
  5965.             /* [115] */
  5966.             "\0x05",
  5967.             /* [116] */
  5968.             "\0x01",
  5969.             /* [117] */
  5970.             "\v",
  5971.             /* [118] */
  5972.             "\?",
  5973.             /* [119] */
  5974.             "\0x10",
  5975.             /* [120] */
  5976.             "\0x04",
  5977.             /* [121] */
  5978.             "\0x10",
  5979.             /* [122] */
  5980.             "\f",
  5981.             /* [123] */
  5982.             "\0x10",
  5983.             /* [124] */
  5984.             "\0x1C",
  5985.             /* [125] */
  5986.             "\0x1D",
  5987.             /* [126] */
  5988.             "\0x1F",
  5989.             /* [127] */
  5990.             "\0x1E",
  5991.             /* [128] */
  5992.             ""
  5993.         }
  5994.     },
  5995.     {    /* array DeadArray: 0 elements */
  5996.     }
  5997. };
  5998.  
  5999. /* and the icon for our new key map */
  6000. resource 'SICN' (13000) {
  6001.     {    /* array: 1 elements */
  6002.         /* [1] */
  6003.         $"0DD8 1634 1C1C 2002 5009 5819 4662 318C"
  6004.         $"0C30 1FFE 7AB2 C953 8AB1 8D79 8FF8 9FF8"
  6005.     }
  6006. };
  6007.  
  6008.  
  6009. /*
  6010.  * mst# resources
  6011.  * See Tech Note #205
  6012.  * id  100 is the name or names of the menu which contains the Quit command.
  6013.  *     101 is the name/names of the menu item or items corresponding
  6014.  *         to the Quit command.
  6015.  *     102 is the name/names of the menu containing the Open command.
  6016.  *     103 is the name/names of the item/items corresponding to the Open
  6017.  *         command.
  6018.  */    
  6019. type 'mst#' {
  6020.         integer = $$Countof(StringArray);
  6021.         array StringArray {
  6022.                 pstring;                /* String                */
  6023.         };
  6024. };
  6025.  
  6026. resource 'mst#' (100) {
  6027.     {    /* array StringArray: 1 elements */
  6028.         /* [1] */
  6029.         "File"
  6030.     }
  6031. };
  6032.  
  6033. resource 'mst#' (101) {
  6034.     {    /* array StringArray: 1 elements */
  6035.         /* [1] */
  6036.         "Quit"
  6037.     }
  6038. };
  6039.  
  6040. resource 'mst#' (102) {
  6041.     {    /* array StringArray: 1 elements */
  6042.         /* [1] */
  6043.         "File"
  6044.     }
  6045. };
  6046.  
  6047. resource 'mst#' (103) {
  6048.     {    /* array StringArray: 1 elements */
  6049.         /* [1] */
  6050.         "Load Settings╔"
  6051.     }
  6052. };
  6053.  
  6054.  
  6055. /*
  6056.  * Junk so Emacs will set local variables to be compatible with Mac/MPW.
  6057.  * Should be at end of file.
  6058.  * 
  6059.  * Local Variables:
  6060.  * tab-width: 4
  6061.  * End:
  6062.  */
  6063.